CodeUnit How to add Dropdown Page Selection Pagination to WordPress without Plugins June 4, 2012 by Craig Lotter 6 Comments Pagination to me is a necessity in that it gives a reader a better idea of just how big or small a site is based... Read More
CodeUnit How to Group Options in a Select Dropdown List October 5, 2011 by Craig Lotter No Comments The classic HTML select dropdown list box has been with us for a long time, consisting of a container <select> tag which in turn contains... Read More
CodeUnit How to Set the Selected Index of a Dropdown using jQuery June 20, 2011 by Craig Lotter No Comments There are a number of ways to set the selected index of a dropdown list when it comes to jQuery, though unfortunately one of them... Read More
CodeUnit jQuery: Change the Selected Index of a Dropdown List October 22, 2010 by Craig Lotter 7 Comments To change the selected value, or selected index if you will, of a dropdown list using jQuery is not particularly difficult. Read More
CodeUnit Remove all Listbox and Dropdown List Items with jQuery February 27, 2010 by Craig Lotter 5 Comments Today's little code snippet is going to look at removing all the options from a select dropdown list or listbox, on the fly and using... Read More