i am writing some JavaScript code and i test the code in console or via an alert msg i get the following text as return value.
if i use this code:
alert($("#images img"));
i get:
[object object]
how can i get the name of the tag, ie, if its an image tag or li so i know it is being targeted correctly.
i use firefox and chrome..is there a way i can locate this under the developer tools or firebug...if so then under which section?