$(selector).click(function(){ alert("Text: " + $(selector).text()); });
how can i see what inside this "text()" method ?I want to console the text() function body. I want to know how this method work.