
jQuery
iteye_133
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
图片放大
[code="html"] New Document [/code] //详细介绍:http://www.jnathanson.com/index.cfm?page=jquery/magnify/magnify#examples原创 2011-05-19 11:11:14 · 88 阅读 · 0 评论 -
监听快捷键操作
[code="html"] //This page is a result of an autogenerated content made by running test.html with firefox. function domo(){ jQuery('#...原创 2011-05-19 11:29:11 · 371 阅读 · 0 评论 -
模式窗
[code="html"] jQuery UI Example Page $(function(){ // Dialog $('#dialog').dialog({ autoOpen: false, width: 600, buttons: { ...原创 2011-05-22 16:10:52 · 110 阅读 · 0 评论 -
遮罩层与模式窗口
[code="html"] jQuery UI Example Page $(function(){ $('#dialog').dialog({ autoOpen: false, width: 600, ...原创 2011-05-22 17:13:44 · 178 阅读 · 0 评论 -
放大镜
请下载附件 官方资料: http://www.mind-projects.it/projects/jqzoom/index.php#documentation原创 2011-06-09 16:34:14 · 75 阅读 · 0 评论 -
jQuery 图片懒加载技术
[code="html"] $(function(){ $("ul img").lazyload({ placeholder :"vsli1.gif", effect : "fadeIn", threshold : 10 }); });原创 2011-07-29 15:05:32 · 126 阅读 · 0 评论 -
formValidator ajax 乱码问题
初次使用formValidator 感觉这框架功能强大 但是用到这个AJAX功能的时候 碰到问题了 [code="html"] jQuery("#name").ajaxValidator({ type:"post",url:"worker!findWorker.action", success : function(data){ ...原创 2012-05-16 15:59:24 · 131 阅读 · 0 评论