Quantcast
Channel: Random Thoughts » Uncategorized
Viewing all articles
Browse latest Browse all 5

Unobtrusive JavaScript using JQuery

$
0
0
I feel that an important advantage of using JQuery is its ability to separate behavior from structure. Consider the case where you want to trigger a JavaScript method when a link is clicked. A common implementation would be: Click Me Even though this mixing of behavior (JavaScript) and structure (HTML) looks straight forward, it can […]

Viewing all articles
Browse latest Browse all 5

Trending Articles