1,721 articles and 13,138 comments as of Friday, October 8th, 2010

Live Events, new in jQuery 1.3, give us another tool when dealing with the SP user interface.
Clicking, moving the mouse, and pressing keys all trigger events in the web browser. In JavaScript, we try to capture these events, using event listeners that trigger interactions to control the user experience. In my previous examples, [...]

If you read the previous articles on AOP, you know I’m a fan. It took some serious digging for me to understand how the JQ-AOP plugin works and how I could use it to fit my needs. I succeeded and I think you’ll really like the result.
But First, A Little About Objects
In JavaScript, [...]

Putting column headers back within reach on large lists using groups and jQuery.