Skip to content

Instantly share code, notes, and snippets.

@themartorana
Created February 13, 2011 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save themartorana/824905 to your computer and use it in GitHub Desktop.
Save themartorana/824905 to your computer and use it in GitHub Desktop.
Default JS file
//= require "vendor/prototype.s2"
HAE = {
}
//= require "hae/attorney"
//= require "hae/hiringagency"
document.observe('dom:loaded', function() {
Element.addMethods({
highlight: function(element){
return $(element).setStyle('background-color:#ffa').morph('background-color:#fff', 1);
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment