Javascript Fundamentals Using Prototype Part 1 ( please hit refresh if the video does not play properly )

+

More Details : Javascript Fundamentals Using Prototype Part 1

+

Related Videos

votes: 0   |   fans: 4   |   flag as inappropriate   |   561 views   |  no attachments   |   rate video: 
 

Please login or register to comment on this video.


Comments :

jonathan ( 2008-04-20 04:27:33)
2 Notes about the video:
- It's not necessary to capture elements in Event.observe using $()
e.g. Event.observe('myHelloLink' ...) instead of Event.observe($('myHelloLink') ... );

- Instead of using innerHTML, you can also use .upadte("text changed on Load");