Click here to Skip to main content
15,909,193 members
Articles / Programming Languages / Javascript

Ajax provide alternative of document.getElementById()

Rate me:
Please Sign up or sign in to vote.
3.08/5 (6 votes)
5 Jan 2010CPOL 14.5K   1  
In Javascript if you want to access any control, the syntax would be like thisdocument.getElementById('');The alternative of this syntax while using Ajax is$get(''); Enjoy CodingMehul Thakkar

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
India India
Mehul Thakkar is having 8 yrs of experience in IT industry. He is having good command over Ms .Net and Ms Sql Server

Comments and Discussions