Skip to content

Instantly share code, notes, and snippets.

@dacur
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save dacur/a8a353d5b59c03206487 to your computer and use it in GitHub Desktop.

Select an option

Save dacur/a8a353d5b59c03206487 to your computer and use it in GitHub Desktop.
Selecting a list item from a 'ddl' type dropdown list. You cannot use .change(). Can then fire a 'sort' function to sort on the selected 'li'.
$(".occassionRow").click ->
alert "changed"
return
#ddlOccasion.wrapper-dropdown
%span.selected Occasion
%ul.dropdown
%li.occassionRow Work
%li.occassionRow Going Out
%li.occassionRow Casual
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment