I am using jquery 1.11.1.
Once I selected a collection using a selector, i.e var objs = $('.selector_class')
how can I get jquery element from that element.
I tried objs[0] and objs.get(0). Both give javascript object.
is there a way to access one jquery object directly.