zno2

随笔分类 -  jQuery

The Write Less, Do More, JavaScript Library
简单小例子 (是否可见)(tab切换)
摘要:<html> <head> <meta charset="UTF-8"> <title></title> <script type="text/javascript" src="https://code.jquery.com/jquery-3.1.1.min.js"></script> <scrip 阅读全文

posted @ 2023-06-06 13:15 zno2 阅读(34) 评论(0) 推荐(0)

jQuery 选择器及示例
摘要:选择器实例选取 * $("*") 所有元素 #id $("#lastname") id="lastname" 的元素 .class $(".intro") 所有 class="intro" 的元素 element $("p") 所有 <p> 元素 .class.class $(".intro.dem 阅读全文

posted @ 2023-06-01 17:02 zno2 阅读(21) 评论(0) 推荐(0)

六)iframe 及父子页面之间获取元素、方法调用
摘要:http://www.w3school.com.cn/tags/tag_iframe.asp father.html san.html 补充: jQuery选择元素用: jQuery(expression, [context]) 返回值:jQuery 效果图: 阅读全文

posted @ 2016-08-06 07:51 zno2 阅读(222) 评论(0) 推荐(0)

jQuery form 插件
摘要:http://jquery.malsup.com/form/#getting-started 举例: ps:$('#ff').ajaxForm(options); 不会提交form表单,需要自己submit。 阅读全文

posted @ 2016-08-06 07:27 zno2 阅读(155) 评论(0) 推荐(0)

jQuery plugins 图片上传
摘要:http://plugins.jquery.com/ 用到一下插件: magnific popup 看大图 jQuery File Upload 多文件上传 jQuery Rotate 图片旋转 github 项目地址: git@github.com:witaste/imgupload.git 效果 阅读全文

posted @ 2016-08-06 07:26 zno2 阅读(132) 评论(0) 推荐(0)

导航