Unobtrusive Javascript
The term "Unobtrusive Javascript" refers to the technique of separating out your javascript from the html presentation of your web page. It is a useful technique that allows you to manage large portions of your website utilizing more centralized javascript. The common way javascript has been used in the past, you would see it strewn throughout the html source code on events for different form fields or anchors. It would be commonplace to see something like: <input type="text" onclick="open_ca... read more!
Posted in technology | Post Comment

RSS Feed