/ Published in: jQuery
Expand |
Embed | Plain Text
jQuery.fn.reverse = function() { return this.pushStack(this.get().reverse(), arguments); };
You need to login to post a comment.
alsodenn on 01/26/11
1 person have marked this snippet as a favorite
jQuery.fn.reverse = function() { return this.pushStack(this.get().reverse(), arguments); };
You need to login to post a comment.