Profile
Achievement
pixelhandler's Recent Snippets
- All /
« Prev 1 Next »
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.. });
0
854
posted 15 years ago by pixelhandler