Loading slideshow images on demand
A lot of jQuery slideshow plugins load the images as the page renders. It would be better to use jQuery to append them. Read more »
A lot of jQuery slideshow plugins load the images as the page renders. It would be better to use jQuery to append them. Read more »
A few years back, I wrote a post about Expanding Menus with jQuery. I was asked a question about it recently so I thought this would be a good time to post an updated version. Read more »
Dynamically adding data to jQuery UI autocomplete options. Read more »
I needed to be able to hide and show the relevant parts of the form depending on what they select. With jQuery and the not selector this is really easy to achieve, so I thought I'd knock up a quick blog post... Read more »
Use jQuery to extract the alt text from each image and use that as the caption. Read more »
CSS media queries let you change layouts for the screen size, however you'll want to have optimised images as well. Read more »
jQuery 1.5 includes a complete overhaul of the AJAX module. However, it broke the validation jQuery plugin remote calls that ValidateThis uses. Read more »
I was asked about an old post about sorting lists using jQuery and ColdFusion. jQuery UI has been released since I wrote that post so I've created an updated version with some additional functionality Read more »
The jQuery UI datepicker allows you to define a range of dates that can be selected, but I wanted to disable specific dates as well. Read more »
I wrote a quick demo for Devon CFUG this week to demonstrate using jQuery, AJAX and ColdFusion together to build a simple "find as you type" search feature. However it turns out that ColdFusion 8 and ColdFusion 9 return slightly different JSON. Read more »