Tag Archives: multiple select

jQuery and AJAX: How To Send All Selected Values from a Multiple Select Box

Today’s quick code tip looks at how one would send all user’s selections made in a multiple select box to a processing script using a jQuery AJAX call. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , | 2 Comments

jQuery: Get all Selected Values or Text from a Multiple Select Listbox

Grabbing all the selected values or even text values from a multiple select listbox turns out to be quite simple if you know which tools to use. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , , | 9 Comments

jQuery: Select all options in a Multiple Select Listbox

Sometimes it is nice to present a multiple select listbox to a user with everything already selected. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , | 5 Comments