摘要:
$('.F_box_2').hover( function(){ $(this).find(".make_reply").css({"color":"#c00","text-decoration":"underline","background-position":"12px -147px"}); ... 阅读全文
2014年8月12日
摘要:
$('#k').live('keydown',function(event){ if (event.keyCode==38){ /*$(this).addClass("active"); $(this).siblin... 阅读全文
2014年7月16日
摘要:
$('#submitgo').click(function(){ if($('#fillNum').val()!=''){ var u = location.href.toString(); if(u.indexOf('page') >=0){ var url=replaceParamVal('pa... 阅读全文
摘要:
js 替换 当前URL 特定参数 2012-12-24 20:45:53|分类: JS&JQuery |举报 |字号订阅 //替换指定传入参数的值,paramName为参数,replaceWith为新值 function replaceParamVal(paramName,replaceWith)... 阅读全文
摘要:
$('#fillNum').keyup(function(){ if(isNaN($('#fillNum').val())){ $(this).val(''); } }) 阅读全文
2014年7月10日
2014年6月20日
2014年6月12日
摘要:
/opt/php5/bin/php /home/Xcar/tag/interface/tag_api4hbase.php tag_export2file "/tmp/guo.php" 阅读全文
摘要:
SELECT A.* FROM digital_asset A,(SELECT name, max(last_updated) max_day FROM digital_asset GROUP BY name) BWHERE A.name = B.name AND A.last_updated = ... 阅读全文
2014年6月9日
摘要:
$t = new Gettags();$num=$t->sum_tag();$num=$num/1000;$flag_num=ceil($num);$flag_array=array();$f=0;for ($i=1; $iget_tag($flag); foreach($tag_name a... 阅读全文