I had a requirement for a series of select boxes that required the related one to only allow selections above the first. I created a little utility function that enables and disables the options based on a function you supply….Continue Reading →
Sometimes equal height columns via css can be an absolute nightmare! If you’re using jQuery for other items on the page you can cheat with the following function : function setEqualHeight(items) {Â var highest = 0;Â items.each( function(){Â current =…Continue Reading →
Coming from a .net background I must admit to missing many of the features that the framework provides like Hastables,
Dictionaries and Lists. I've just come up with a really simple dictionary class that I use to hold results from my id parsing routine.
Here is my first freely available jQuery plug-in. Â There are a few more to follow soon including a form builder and a file explorer 😉 Overview I know there are a million calendar selectors out there but I needed one…Continue Reading →
Selectors in JQuery are extremely powerful. This is a simple page to test them and as a quick reminder as to what’s available.
N.B. This treeview has now been replaced by a more advanced sortable one on LiveFlex.co.uk called Sortable Treeview.