Skip to content

Instantly share code, notes, and snippets.

@chelsea
Created September 17, 2010 15:43
Show Gist options
  • Save chelsea/584418 to your computer and use it in GitHub Desktop.
Save chelsea/584418 to your computer and use it in GitHub Desktop.
$(task_parent).find('.user_select').dropdownchecklist("destroy");
$(task_parent).find(".user_select option").each( function() { $(this).attr("selected", false); });
$(task_parent).find('.user_select').dropdownchecklist();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment