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 populated into a jquery UI dialog popup but it doesn't seem to be working. I am basically mimicing the code below and rendering a partialres...
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, but change does not get called when sorting the selected elements:
<script type="text/javascript">
$(document).ready(function() {
$("selec...
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 like this out there? Or anyone know how to set it up? Thanks, Jeff.
UPDATED
Basically what I want is the look and interaction of the asmse...
Hello,
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 checks for any elements that have the attribute "selected" and selects them. This is good, except when nothing has the attribute "sele...
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 is whenever I go and grab the user sorted list from the database and let asmSelect do its thing on my page, by default (because it's a mul...