Categories




PreviousNext
function for document.getElementById()    
 Send mail Views:397
Belongs to : Javascript
Facebook Bookmarkbookmark this pageStumbleupon Bookmark 

function for document.getElementById():

Always try to shorten your coding, so that you will be able to understand it in future.

Use a function for document.getElementById(), so that it will avoid you each and everytime typing the line "document.getElementById('something').innerHTML/style/value/something else...."

For Eg,
function d(s){
return document.getElementById(s);
}


Just call the function as,
d('test').style.border="1px solid green";


Thus this way of coding shortens your line of code.......Razz

funny pictures and videos
funny pictures and videos
online games
embed code


By - Ramya, On - 2010-02-05
Send This
PreviousNext

User Comments


Add NEW Feedback:

Name :     Email :

Website Monitoring Web hosting by Hiox India Contact Us   Privacy Policy   Terms and Conditions