This post is a continuation of our two previous articles, if you do not understand something, maybe you should consult they (Part 1, Part 2). It’s inspired on the Chris Buckett’s example.
We will create a simple form to collect name and surname and greet to our visitors. We will create the form dynamically using constructors. We will use an event to capture the button clicked event and we will show a text into a div for our greeting.
This is the structure of the example:
client/client.html – Page with reference to our script, nothing more.
Español


Recent Comments