
djodrey11
djodrey11
About
- Username
- djodrey11
- Joined
- Visits
- 31
- Last Active
- Roles
- Member
Comments
-
you're close here u go... jQuery(function($){ var river = $("#river1"); if (river.length > 0) { getRiver(); } }); function getRiver() { // do your stuff here. } html to operate on a specific page include this: <di…