/ Published in: jQuery

function as jquery plugin to test if selector is found on the current page. Sample use:
if ( $("#myID").onpage() ) { $("#myID img").click(function(){ //do this..here.. });
if ( $("#myID").onpage() ) { $("#myID img").click(function(){ //do this..here.. });
Comments
