Tagged Questions
The asmselect tag has no wiki summary.
2
votes
1answer
223 views
The jQuery plugin, asmSelect, doesn't retain sort order
So, I'm using the asmSelect plugin to create lists, but also trying to use it to edit existing lists. asmSelect allows you to manually sort/arrange the selected options before submitting.
My problem ...
2
votes
1answer
662 views
Remove initial selected item in jQuery ASM select
I am using the rather fantastic jQuery multiple select plugin, ASM select
This plugin is so close to my needs I have to try and fix the one and only bug I can find.
On initial load, the selector ...
1
vote
2answers
3k views
jQuery toggle div from select option
I'm in need to toggle divs from a dropdown select option box. I'd like it similar to asmselect for jquery but instead of listing the option tag I'd like it to display a hidden div. Is there anything ...
0
votes
1answer
62 views
Select select form options using links and asmselect
I have integrated jquery-asmselect and would like to be able to also select the options using other links on the page. To visualize what I'm trying to do, you can view the page here
Here is the ...
0
votes
1answer
42 views
Target select option with a link in jquery-asmselect
I'm using jquery-asmselect (http://code.google.com/p/jquery-asmselect/) and need a way to select an option using a link somewhere else on the page. I've tried to modify the "add" function, but I don't ...
0
votes
3answers
94 views
Remove all selected items from multiple selects using asmselect
I have multiple asmselect 'select multiple' form inputs on a page I'm developing. I'd like a 'clear' button that resets these to their initial, nothing selected state. I've tried variations of:
...
0
votes
1answer
79 views
How to default a select list to have no elements selected for use with jQuery bsmSelect plugin
I'm using the jQuery bsmSelect plugin to give my users a convenient way to select multiple options from a select-drop-down list. It works well, except I need it to start with nothing selected by ...
0
votes
2answers
297 views
asmselect plugin - How to get the selected values in Jquery
This should be real easy. I am using asmselect plugin for my listbox (Html.Listbox). I want to get the selected items of the listbox(asmselect) through Jquery.
Any help in this regard is much ...
0
votes
1answer
249 views
trying to modify asmselect for very long selectlist
I have a multiselect on my page using asmselect which works wonderfully.
I am trying to add another multiselect to the page, but encountering problems. There are about 11,000 options which causes the ...
0
votes
1answer
343 views
jquery asmselect: changes not firing on sort
I'm using the asmselect plugin to allow users to select & order multiple items from a select box.
I only want to enable the submit button when the user has made a change. The following works, ...
0
votes
1answer
203 views
when using jquery dialog, how do you call functions when populating via ajax
i am trying to get asmSelect, which works fine on its own:
http://www.ryancramer.com/projects/asmselect/examples/example1.html
but i am now trying to get it to work on a page that get dynamically ...