user1665294
user1665294

Reputation: 23

jPicker jQuery Color Picker Plugin

I am using jPicker to dynamically create pickers as and when needed. Is there a way to open it on creation? Something like $.jPicker.List[index].show();

Thanks for your help

Upvotes: 2

Views: 448

Answers (1)

John Koerner
John Koerner

Reputation: 38077

I believe you can call the show method on the jPicker like this:

$("#someid").jPicker("show");

Upvotes: 0

Related Questions