How do I determine if two jQuery objects are equal? I would like to be able to search an array for a particular jQuery object.
$.inArray(jqobj, my_array);//-
Use Underscore.js isEqual method http://underscorejs.org/#isEqual