public
Description: A jQuery plugin version of the Low Pro behavior framework.
Homepage: http://lowprojs.org
Clone URL: git://github.com/danwrong/low-pro-for-jquery.git
Search Repo:
Added $.fn.delegate version of $.delegate
danwrong (author)
Wed Feb 13 00:21:20 -0800 2008
commit  09b55731ae4a2d5c1c9f3374db540581266bce13
tree    695ad4d78debdbb514f9491399b4c2b1715dbdae
parent  7c3dd5c36ce5b9a5d8e9d332d016e7f76eba95e6
...
137
138
139
 
 
 
140
141
142
...
137
138
139
140
141
142
143
144
145
0
@@ -137,6 +137,9 @@
0
       return $.map(this, function(el) {
0
         return attachBehavior(el, behavior, args);
0
       });
0
+ },
0
+ delegate: function(type, rules) {
0
+ return this.bind(type, $.delegate(rules));
0
     }
0
   });
0
   

Comments

    No one has commented yet.