Skip to content

Instantly share code, notes, and snippets.

@oki
Created January 10, 2010 15:46
Show Gist options
  • Select an option

  • Save oki/273577 to your computer and use it in GitHub Desktop.

Select an option

Save oki/273577 to your computer and use it in GitHub Desktop.
$("#materials_sortable li").hover(
function () {
$(this).find('.delete_material').toggle()
},
function () {
$(this).find('.delete_material').toggle()
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment