随笔分类 - jquery
摘要:// var urlstr = location.href; // var urlstatus=false; // $("#nav ul li a").each(function () { // if ((urlstr + '/').indexOf($(this).attr('href')) > -
阅读全文
摘要:1. 禁止右键点击$(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; });});2. 隐藏搜索文本框文字Hide when clicked in the search ...
阅读全文
摘要:$('#one').click(function(){ $('html,body').animate({'scrollTop':0},500); });
阅读全文
摘要:var loading = false;$(window).scroll(function(){ if((($(window).scrollTop()+$(window).height())+250)>=$(document).height()){ if(loading == false)...
阅读全文
摘要:if($('#checkbox-id').is(':checked')) { // do something }
阅读全文
摘要:(function () { var showMoreNChildren = function ($children, n) { //显示某jquery元素下的前n个隐藏的子元素 var $hiddenChildren = $children.filter(":hi...
阅读全文
摘要:30秒 (5)" name="agreeb" id="agreeb">
阅读全文
摘要:Document a b c d e f g h i j k m a ...
阅读全文
摘要:Document a b c d e f g h i j k m a ...
阅读全文

浙公网安备 33010602011771号