Skip to content

Instantly share code, notes, and snippets.

@jackdempsey
Created May 9, 2011 06:37
Show Gist options
  • Save jackdempsey/962157 to your computer and use it in GitHub Desktop.
Save jackdempsey/962157 to your computer and use it in GitHub Desktop.
:javascript
yepnope({
test: Modernizr.input.placeholder,
nope: '/javascripts/h5f.min.js',
callback: function(url, result, key) {
H5F.setup(document.getElementById("new_comment"));
}
});
= simple_form_for Comment.new(:commentable => @obj) do |f|
.block_body
= f.input :comment, :placeholder => 'Post your comment'
= f.button :submit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment