MooTools Basic Tips (lesson 3): interaction with HTML Form
Filed Under ( CSS, Javascript, Programming, Technology, Tutorial ) by admin on 01-10-2008
Tagged Under : Javascript, mootools, Tips
Some time ago I wrote this post where I explained some useful tips to enrich HTML Form using simple JavaScript functions. Some readers asked to me to illustrate similar examples using MooTools and unobtrusive JavaScript code, so in this tutorial I implemented the Twitter-like chars counter example of my previous post. This counter decreases, from the max value of available chars in the input field (20 in this example) to zero, while you type something into the input field:

Click on the link below to download the full code: Read the rest of this entry »

