mostly we using the class or id to get any element or any other selector to get the element in jQuery
but is it possible to get the element by the text , i mean if it can search whole dom for given text and give me element which have that text
is it possible with text() method in jQuery or what ?