ParamQuery grid support forum

General Category => Help for ParamQuery Select => Topic started by: kingjul32 on October 28, 2015, 10:04:38 pm

Title: get selected items
Post by: kingjul32 on October 28, 2015, 10:04:38 pm
how can i get all the selected items,in a multiselect with checkboxes?
Title: Re: get selected items
Post by: paramvir on October 28, 2015, 10:18:53 pm
$select.val() returns array of selected items.

http://api.jquery.com/val/