Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically change URL based off radio list #70

Open
angelalaw opened this issue Nov 1, 2013 · 1 comment
Open

Dynamically change URL based off radio list #70

angelalaw opened this issue Nov 1, 2013 · 1 comment

Comments

@angelalaw
Copy link

I want to be able to change the options list in ajaxChosen dynamically as the user, uses the page.

Can someone give me a clue

I have debugged it in the debugger to look at the object structure of the select element.

And I can't figure out where I can access the options.

Some of the Various forms I have tried
$([element]).chosen('options','url',[value]);
$([element]).ajaxChosen('options','url',[value]);
$([element]).data('chosen','options','url',[value]);
$[element]).data('ajaxChosen','options','url',[value]);
$([element]).ajaxChosen().options.url = [value];
$([element]).chosen().options.url = [value];

I for the life of me can't figure this out.

Any help is truly appreciated!

@tumispro
Copy link

+1 for this, would be very useful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants