Author Topic: get selected items  (Read 3142 times)

kingjul32

  • Newbie
  • *
  • Posts: 1
    • View Profile
get selected items
« on: October 28, 2015, 10:04:38 pm »
how can i get all the selected items,in a multiselect with checkboxes?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6307
    • View Profile
Re: get selected items
« Reply #1 on: October 28, 2015, 10:18:53 pm »
$select.val() returns array of selected items.

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