随笔分类 -  jquery笔记

摘要:stree是一个强大的树形页.但是坑很多.因为本人的英语水平差,上面都是英语注释,自己来写个做备忘录 引入JS文件.这个网上大把 我引入的是JSON数据格式为 $json = '[ { "id": "ajson1", "parent": "#", "text": "Simple root node" 阅读全文
posted @ 2017-06-26 16:18 南城旧梦j.m 阅读(540) 评论(0) 推荐(0)
摘要:这个方法不用请求后台 $(document).on('click','#contrast_list thead tr th',function(){ var table = $(this).parents('table').eq(0); var rows = table.find('tr:gt(0) 阅读全文
posted @ 2017-06-12 16:58 南城旧梦j.m 阅读(381) 评论(0) 推荐(0)
摘要:公司弄了个项目.使用layer.open.打开新的页面 点击事件.$('').click(function(){ })是没有反应的.因为他Layer.open点开了是新的页面.具体理由忘记了.这个时候要用 $(document).on('click','',function(){ }) .但是很奇怪 阅读全文
posted @ 2017-06-09 09:55 南城旧梦j.m 阅读(204) 评论(0) 推荐(0)