Unobtrusive JavaScript – What is it?
Posted by admin on 24 October, 2009
4 Comments
This item was filled under [ Technology ]
I came across this concept while reading “JQuery in Action”. I am on chapter 1 and the language and explanations given are excellent. (i.e. one can easily understand)
My understanding for it is:
It is a way to separate the behavior from the structure. Instead of clubbing the event behavior within HTML tags, we can use JQuery [...]