Implementing Prototype’s Array Methods in jQuery
Posted on February 20, 2009
Filed Under Prototype |
One of the biggest concerns I’ve heard mentioned from users of the Prototype library about jQuery is the lack of support for various array methods. The robust features Prototype provides for arrays is of great benefit to developers that do a lot of array manipulation in their JavaScript. However, I find that after moving to jQuery, I do less array manipulation than I had done with Prototype. Perhaps jQuery has altered my development pattern so I no longer need array manipulation, or perhap
Read the original post:
Implementing Prototype’s Array Methods in jQuery
Comments
Leave a Reply
You must be logged in to post a comment.