Function – getID
Posted in Code Vault, Javascript on May 6th, 2009 by Brendan Ryan – Be the first to comment
Javascript Function – getID
What does it do?
Regardless of what web browser is used, the function will return the correct javascript used to manipulate tags on the page. For example, you want to change the class of a div tag on the page, as long as you give the div an id you can use this function to change the className of the div. read more »
