随笔分类 - JS
摘要:$(document).ready(function () { $("#AreaSelect").attr("value", area); $("#AreaSelect").val(area); $("#AreaSelect option...
阅读全文
摘要:var pList = ""; $("[name='ckdProd']").each(function () { if ($(this).is(':checked')) { pList += $(this).v...
阅读全文
摘要:$(function(){ //全局: document.onkeydown = function(e){ var ev = document.all ? window.event : e; if(ev.keyCode==13) { // 如(ev.ctrlKey && ev...
阅读全文
摘要:function countDown(secs, surl) { if (--secs > 0) {setTimeout("countDown(" + secs + ",'" + surl + "')", 1000);}else {window.location.href = surl;}}
阅读全文
浙公网安备 33010602011771号