Entries Tagged as 'jQuery'

Using jQuery to remove select options

For times when you would like to remove select options based on the selected option in a different select, jQuery allows a simple option. In my example, I have a select control that the user uses to select their country and then an additional select control for selecting membership types. The membership types are based on on different groups of countries, so it is situation where you will want to remove the options that do not apply to the selected country value.

Breakdown of the MyRides homepage

My blog post this evening will talk about the current homepage of my MyRides application that I am working on using CfWheels. The homepage currently shows some statistics about all of my rides as a whole and a data grid that shows all of the individual rides and allows the user to click on any ride to see a detailed view. I needed to create a controller cfc, a view file and a default layout to make this page work.

bind to a select with jquery and coldfusion

How to use jquery and coldfusion to bind a select box to another select box without using the supplied bind attribute of the cfselect tag.