jquery element
长沙大东家
这个作者很懒,什么都没留下…
展开
-
Getting the ID of the element that fired an event using jQuery
Getting the ID of the element that fired an event using jQuery 7down vote I generate a table dynamically out a database, receive the data in JSON and put it into a table. E转载 2013-09-24 11:45:33 · 862 阅读 · 1 评论 -
jquery ajax 请求 封装 成事件处理
/*@para url the query url * @para sendData the data you send * * @para myevent when query succeed , it will trigger this event,its type is string * * for example * $.bind("getData",funct原创 2014-09-09 15:00:08 · 1209 阅读 · 0 评论 -
HTML anchor link with no scroll or jump
The whole point of an anchor link is to scroll a page to a particular point. So if you don't want that to happen, you need to attach an onclick handler and return false. Even just adding it as an at转载 2014-12-06 23:05:43 · 820 阅读 · 0 评论