Skip to content

Instantly share code, notes, and snippets.

@mklabs
Created November 1, 2010 17:46
Show Gist options
  • Select an option

  • Save mklabs/658579 to your computer and use it in GitHub Desktop.

Select an option

Save mklabs/658579 to your computer and use it in GitHub Desktop.
(function(d, $){
d.forEach(['foo', 'bar', 'baz', 'bop'], function(c) {
$('li.' + c + ' a').attr('title', 'i am ' + c);
});
})(dojo, dojo.query);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment