Skip to content

Instantly share code, notes, and snippets.

@ytkhs
Created April 27, 2012 02:47
Show Gist options
  • Save ytkhs/2505275 to your computer and use it in GitHub Desktop.
Save ytkhs/2505275 to your computer and use it in GitHub Desktop.
Haml sample with latest jquery
!!! XML UTF-8
!!!
%html{html_attrs('ja')}
%head
%meta{ 'http-equiv' => 'content', :content => 'text/html; charset=utf-8'}
%title test
%script{:src => 'http://code.jquery.com/jquery-latest.js'}
:javascript
$(function(){
alert('hello world!')
});
%body
/ comment
%div#container welcome
%div.footer=Time.now.to_s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment