/ Published in: JavaScript
Expand |
Embed | Plain Text
$(document).ready(function(){ if ($(".target").length) { //function code } });
You need to login to post a comment.
jaff on 02/18/10
1 person have marked this snippet as a favorite
$(document).ready(function(){ if ($(".target").length) { //function code } });
You need to login to post a comment.