Home › Forums › JavaScript › How to do the right code of comparing two objects in pure/native JavaScript? › Reply To: How to do the right code of comparing two objects in pure/native JavaScript?
August 4, 2014 at 9:46 am
#177537
Participant
Well I usually write this kind of stuff with jQuery, but if you want native js I think I might need a selector for each container.
If you’re mainly using jQuery for its selector capabilities, be aware that document.querySelectorAll
has very good support.