Jump to content

What is the GetElementByID()


tartical07

Recommended Posts

i see pulpfictions going to answer this one...so ill just add something :)Instead of using the full document.getElementById(id);, you can use shorthand functions or variables :)var getID = document.getElementById;orfunction getID(id) { return document.getElementById(id);}to use either, its:getID("id");

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...