/ Published in: JavaScript
Expand |
Embed | Plain Text
jQuery.fn.first = function() { return this.eq(0) }
You need to login to post a comment.
jQuery.fn.first = function() { return this.eq(0) }
You need to login to post a comment.