Skip to content

Instantly share code, notes, and snippets.

@alg
Created February 25, 2010 23:50
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 alg/315200 to your computer and use it in GitHub Desktop.
Save alg/315200 to your computer and use it in GitHub Desktop.
Inlining JS
<%- content_for :on_dom_loaded do -%>
# JS to execute on DOM loaded event
<%- end -%>
<%- content_for :on_document_loaded do -%>
# JS to execute on document loaded event
<%- end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment