发布时间:2013-09-09 11:36:41
点击(此处)折叠或打开var popupStatus = 0;//loading popup with jQuery magic!function loadPopup(){//loads popup only if it is disabledif(popupStatus==0){$("#backgroundPopup").css({"opacity": "0.7.........【阅读全文】
发布时间:2013-09-05 13:18:23
点击(此处)折叠或打开function NoToChinese(num) {if (!/^\d*(\.\d*)?$/.test(num)) { alert("Number is wrong!"); return "Number is wrong!"; }var AA = new Array("零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖");var BB = new Arr.........【阅读全文】
发布时间:2013-09-03 10:16:52
在<FORM>中加CSS <table> ....... </table> <form style="padding:0; margin:0;"> <input name=""> </form> <table> ....... </table> 注意:在火狐中 <table> <form>.......</form> </table>会出现问题 在网上看到过另一种说法,在table中创建form表单是不符合DOM标准的,会导致post失效,以及js数据传输.........【阅读全文】
发布时间:2013-09-03 10:15:19
我的页面是: 代码如下:点击(此处)折叠或打开<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />在页面中调用了另一个function.php文件里面的一个函数, 这个函数里面的代码是: cho '<SCRIPT language=Javascript>alert("感谢.........【阅读全文】
发布时间:2013-08-30 15:39:55
点击(此处)折叠或打开var Imgvalue;var Count =13; //图片数量var Imgs = new Array(Count);var ImgLoaded =0;//预加载图片function preLoadImgs(){alert('图片加载中请稍等......');.........【阅读全文】