Why jQuery("html body div table") returns null, whereas jQuery("html body div") not? -
for following example: http://jsfiddle.net/mhbty/
why jquery("html body div table") returns null and, of course when check length of object, zero. however, jquery("html body div") returns correct thing after. sure "table" exist in html source code, want know why returns null? thanks.
this working fine : nothing change in
alert(jquery("html body div table ").html());
you forgot choose jquery option left hand side panel
Comments
Post a Comment