会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
专注
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2011年2月10日
EasyUI 系列之五 jquery.parser.js分析
摘要: (function($){ $.parser = { auto: true, plugins:['linkbutton','menu','menubutton','splitbutton','layout', 'tree','window','dialog','d...
阅读全文
posted @ 2011-02-10 20:08 中金黄金
阅读(2636)
评论(0)
推荐(0)
jQuery问题集
摘要: 1 (function($) {})(jQuery)什么意思? (funtion(){})();立即执行函数;相当于先申明一个函数,声明完后直接调用;如果参数如:(funtion(str){})("output"));相当于:funtion OutPutFun(str){;};OutPutFun("output"); 2 jQuery(function(){...
阅读全文
posted @ 2011-02-10 19:30 中金黄金
阅读(301)
评论(0)
推荐(0)