Webmaster's Community

Designing and Development => Programming => Topic started by: Jai on October 22, 2011, 11:57:54 AM

Title: How to assign a objects properties in Javascript ?
Post by: Jai on October 22, 2011, 11:57:54 AM
Hi, Sir I am learning javascript and I have problem to assign a properties in objects. I have already read the statement in my book but still it's not clear to me. So, anyone who can better understand me this ? Plz send me your reply...
Title: Re: How to assign a objects properties in Javascript ?
Post by: Jaffery on October 22, 2011, 08:28:11 PM
You should read about DOM ie. document object model. Once its clear to you then you can easily manipulate any object using js , you should read this : http://www.w3.org/TR/REC-DOM-Level-1/

Above is detailed explanation of DOM, it may look daunting at first but its a good one.