Skip to main content

Moving data from one list to another 77 Responses

Last post: 3 years ago | Thread started: May 8, 09, 8:47 a.m.

RespondNew TopicDisable Images

Out of context: Response #6 [May 8, 09, 8:47 a.m.]

  • acescence

    put a click function on the buttons which grabs the selected option and appends it to the other select element..

    $("#yourbutton").click(function...
    $("#xxx option:selected").remove().appen...
    });

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel

Skip to main content