会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
天藐水瓶
博客园
首页
新随笔
联系
订阅
管理
2014年5月13日
Jquery之Bind方法参数传递与接收
摘要: 方法一、function GetCode(event) { alert(event.data.foo) }$(document).ready(function(){ $("#summary").bind("click", {foo:'abc'} ,GetCode); });方法二、函数句柄 $("#...
阅读全文
posted @ 2014-05-13 16:35 天藐水瓶
阅读(308)
评论(0)
推荐(0)
公告