Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dani2505

Pages: [1]
1
I got the answer.

2
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" );

Pages: [1]