Hi PQ Team,
Its a wonderful program i have seen but am trying to save the selected array into an variable. I tried almost to 50 times but couldnt get it how it works.
.val() , find(":selected") , .text() noting works..
Can you please help me with this please.....
Code examples:
Initialize the pqSelect with multiplePlaceholder option specified.
1
$( ".selector" ).pqSelect( { multiplePlaceholder: 'Select some options' } } );
Get or set the multiplePlaceholder option, after initialization:
//getter
var multiplePlaceholder = $( ".selector" ).pqSelect( "option", "multiplePlaceholder" );
//setter
$( ".selector" ).pqSelect( "option", "multiplePlaceholder", "Select any options" );