Loading

02 2011 档案

摘要:JavaScript Timers with setTimeout and setInterval 阅读全文
posted @ 2011-02-20 10:41 .net's 阅读(360) 评论(0) 推荐(0)
摘要:jQuery UI 版本:1.8.9主要原因是中文輸入時不會觸發原本在autocomplete 榜定的keydown事件。 try this one: //fixed firefox and ie in IME bug jQuery('#searchkey').bind( "input.autocomplete", function(){ $(this).trigger('keydown.autocomplete'); }) 参考:http://groups.google.com/group/jquery-/browse_thread/thread/8f34129edc5da55e 阅读全文
posted @ 2011-02-18 21:05 .net's 阅读(609) 评论(1) 推荐(0)
摘要:[代码]link:jQuery UI confirmation dialog and asp.net postbackhttp://www.deviantpoint.com/post/2009/03/12/Using-jQuery-UI-Dialogs-for-confirmation-windows.aspx 阅读全文
posted @ 2011-02-17 17:09 .net's 阅读(564) 评论(0) 推荐(0)
摘要:asp.net,javascript,RequiredFieldValidator,DetailsView,CommandField. 为CommandField注册脚本 阅读全文
posted @ 2011-02-15 20:42 .net's 阅读(701) 评论(0) 推荐(0)