each的另一种用法,内嵌变量的写法

$("#left article .t").each(function(){ $(this).nextAll().hide(); $(this).click(function(){ $(this).nextAll().slideToggle ...

20130628-imageAutoSize-imagesLoaded-live

jQuery.fn.imageAutoSize = function(w) { $(this).each(function() { var image = $(this); var ow = image.width(); var oh = ...

20130628-jq插件-placeholder

/*! * copyright c by zhangxinxu 2012-02-06 * jquery.placeholder.js placeholder属性模拟插件 * v1.0 2012-02-06 create * v1.2 201 ...

20130628-面向对象-backToTop-on-valiationRules

$(function () { Application.init (); }); var Application = function () { var validationRules = getValidationRules (); re ...

20130628-ajax刷新-resize-change-delegate

$(function() {     var $div_li = $(".tab-menu li");     $div_li.click(function() {         $(this).addClass("selected"). ...