This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
This is basically a JavaScript question. I just have basic knowledge of Javascript. I have dynamically generated rows of input elements on my page which create indexed elements in the HTML. One of the example of an element is as follows:
When I had this problem, I tried to search some JS tutorials and books but could not find the solution.
Can you suggest some good tutorial and reference for JavaScript?
Thanks again!!!
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
posted
0
The best online reference for javaScript that I know of is Microsoft MSDN. Once the page opens, look at the left frame and select Web Development-->HTML and CSS-->HTML and DHTML Reference. One word of warning: This reference is obviously geared toward Microsoft Internet Explorer, and some of the information given does not apply to javaScript on other browsers.
If you're going to be serious about developing dynamic web pages and writing javaScript, it's worth it to invest in a book, rather than relying on whatever tutorials you can find on the internet. O'Riely's JavaScript The Definitive Guide by David Flanagan has been an indispensable resource for me.