/ Published in: jQuery
Expand |
Embed | Plain Text
if ($("#elementId").length > 0){ // do something here }
You need to login to post a comment.
dkl3in on 08/31/11
1 person have marked this snippet as a favorite
if ($("#elementId").length > 0){ // do something here }
You need to login to post a comment.