jquery图片切换 Features Slides are HTML Content (can be anything) Next Slide / Previous Slide Arrows Navigation tabs are built and added dynamically (any number of slides) Optional custom function for formatting navigation text Auto-playing (optional fe
自己寫的基於jquery的好用的自動補全組件,只要聽說過javascr ipt的都能使用! 使用方法:$(document).ready(function(){ //設置延時,降低數據庫的負荷 var s; $("#materialNo").keyup(function(){ //按鍵碼 var e = event.keyCode; if(e!=40&&e!=38&&e!=13){ //清除延時 window.clearTimeout(s); //設定延時 s = setTimeout("qu
//判断元素是否高亮,初始值为-1,表示未有元素高亮 var higthlight=-1; var timeOutId; $(document).ready(function(){ //让div隐藏起来 var autoNode=$("#auto").css("border","2px gray none").height("200px").width("150px"); autoNode.hide(); var inputNode=$("#word"); //给文本框注册键盘事件 input
jQuery blockUI plugin Version 2.39 (23-MAY-2011) Demos: $(document).ready(function() { $('#demo1').click(function() { $.blockUI({ message: $('#loginForm') }); setTimeout($.unblockUI, 2000); }); }); // override these in your code to change the defaul
jPages is a client-side pagination plugin but it gives you a lot more features comparing to most of the other plugins for this purpose, such as auto page turn, key and scroll browse, showing items with delay, completely customizable navigation panel