/** * ���˽�վ http://www.51xuediannao.com */ jQuery.bind = function(object, method){ var args = Array.prototype.slice.call(arguments, 2); return function() { var args2 = [this].concat(args, $.makeArray( arguments )); return method.apply(object, args2); }; }; (function($) { SexyLightbox = {