Skip to content

Instantly share code, notes, and snippets.

@baldwindavid
Created September 8, 2009 19:20
Show Gist options
  • Save baldwindavid/183156 to your computer and use it in GitHub Desktop.
Save baldwindavid/183156 to your computer and use it in GitHub Desktop.
# in layout...
:javascript
jQuery(document).ready(function($){
#{yield :ready}
});
# in view...
- content_for :ready do
:plain
$('#stuff')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment