I am looking for a simple JavaScript example that updates DOM.
Any suggestions?
I am looking for a simple JavaScript example that updates DOM. Any suggestions?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is a short pure-javascript example. Assume you have a div with the id ‘maincontent’.
Of course, things are a lot easier (especially when you want to do more complicated things) with jQuery.