ajax-chosen icon indicating copy to clipboard operation
ajax-chosen copied to clipboard

Dynamically change URL based off radio list

Open angelalaw opened this issue 10 years ago • 1 comments

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!

angelalaw avatar Nov 01 '13 14:11 angelalaw

+1 for this, would be very useful!

tumispro avatar Feb 16 '16 09:02 tumispro