开发者

Jquery Dual list Box Plugin

开发者 https://www.devze.com 2023-03-26 21:29 出处:网络
I am using the Jquery Dual List Box Plugin. I have more than one Dual list box in a single page so I am try to rename all the Default names by passing my own 开发者_StackOverflow社区Parameters to it b

I am using the Jquery Dual List Box Plugin. I have more than one Dual list box in a single page so I am try to rename all the Default names by passing my own 开发者_StackOverflow社区Parameters to it by using $.configureBoxes(options)

Here options is var option = (); --> array of values containing names for the selectboxes , buttons and other parameters.

But this never seem to work . Dont know if am passing the parameters properly


I'm not sure about this specific plugin:

But an array is usually ['name1', 'name2', 'name3'], or [name1, name2, name3] if it is expecting objects.

Try brackets instead of parenthesis.

0

精彩评论

暂无评论...
验证码 换一张
取 消