
html+css+js
文章平均质量分 72
DJxyl
这个作者很懒,什么都没留下…
展开
-
jquery获取表单提交的值,并在当前页面刷新。
示例:js:function huode(){ var confim = document.getElementById("confim").value; var id = document.getElementById("id").value; $.ajax({ type: "GET", cache: "FALS原创 2017-05-30 09:55:37 · 4425 阅读 · 0 评论 -
jquery.validate.js的基本用法入门
jquery.validate.js是jquery下的一个验证插件,功能比较强大,早就有所耳闻但是一只没有动手用过,现在在于能够研究一下了。这里转载一篇前辈写的文章,在我自己的理解上修改了一下,仅作记录。先贴一个国内某大公司的代码: JavaScript代码"text/javascript"> function lang(key) { m转载 2017-05-30 10:05:54 · 396 阅读 · 0 评论 -
MSClass.js的滚动封装类
head导入:创建实例: //参数直接赋值法 new Marquee("marquee") new Marquee("marquee","top") ...... new Marquee("marquee",0,1,760,52) new Marquee("marquee","top",1,760,52,50,5000) ...... new Marquee("ma转载 2017-05-30 10:13:55 · 760 阅读 · 0 评论 -
if条件注释语句的使用
1. 除IE外都可识别 2. 所有的IE可识别 3. 只有IE5.0可以识别 4. 仅IE5.0与IE5.5可以识别 5. IE5.0以及IE5.0以上版本都可以识别 6. 仅IE6可识别 7. IE6以及IE6以下版本可识别 8. IE6以及IE6以上版本可识别 9. 仅IE7可识别 10. IE7以及IE7以下版本可识别 11. I原创 2017-05-30 09:57:12 · 1311 阅读 · 0 评论 -
!important的意思与应用实例
IE6正常#header .top form button{ width:54px; height:23px; background:url(../images/search.jpg) no-repeat; margin:3px 5px 0 5px; padding:0px;} 火狐正常#header .top form button{ width:54px; height:23p转载 2017-05-30 10:18:54 · 1054 阅读 · 0 评论