Skip to content

Instantly share code, notes, and snippets.

@shanemcd
Created February 5, 2013 20:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shanemcd/4717435 to your computer and use it in GitHub Desktop.
Save shanemcd/4717435 to your computer and use it in GitHub Desktop.
loop through a hash and apply different tooltips to multiple elements
icons =
preview: "Print Preview"
edit: "Edit Question"
comment: "Comment"
trash: "Delete"
for icon, text of icons
$(this.el).find(".#{icon}-image").tooltip
title: text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment