↧
Effectively detecting user input in JavaScript
Like I said in my introductory post, my inspiration to start blogging came from Stack Overflow. All too often, I see the same questions answered in the same way by different people and I think to...
View ArticleScoping with HTML and inline event attributes
Just the other day on Stack Overflow, I saw a seemingly uninteresting question with the following code: try it The user’s problem was that the call to click() wasn’t executing correctly, but if he...
View ArticleUpdate: HTML5 oninput event plugin for jQuery
About a year ago, I wrote my first special events plugin for jQuery — a cross-browser implementation of the HTML5 oninput event. A while afterwards, though, it became apparent that there were a...
View Article