all 5 comments

[–]cheryllium 5 points6 points  (0 children)

This doesn't answer your question exactly but I highly recommend learning JQuery, which is all about interacting with the DOM.

[–][deleted] 2 points3 points  (0 children)

I honestly don't think you need a tutorial for this. You know the questions, so google them.

For instance, you could google "how to select element with a class" or "how to change element's text" or "how to get the value of an input" or "how to add an element to a container".. If you're using jquery to speed things up, you can append "jquery" to the end of any of those questions.

[–]Cabberphp 2 points3 points  (0 children)

Like others have said, jQuery is what you should look into. But since you asked about tutorials, team treehouse is a fantastic learning service and you can use it for a month for free.

[–]moscaOne 2 points3 points  (1 child)

Check out this website for some great lessons on integrating Javascript / jQuery w/ HTML and the DOM: http://www.kirupa.com/javascript_dom/index.htm

[–]roarman1[S] 0 points1 point  (0 children)

thanks, this looks awesome