1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
Commit graph

5 commits

Author SHA1 Message Date
loveky
bfabbe7861 move the form tag before script tag
currently this demo is not working, this is because when $("form") bind "submit" event, the form tag is not in DOM yet. Need to move form before the binding.
2013-03-08 09:56:53 +08:00
Tony Miller
ca5cd68ab5 chat example: use .on instead of submit 2013-02-18 23:42:31 -08:00
Tony Miller
74b301268b chat example: .live is removed in latest jquery, use .submit 2013-02-06 13:16:21 -08:00
Konstantin Shabanov
498bad9105 Remove trailing whitespaces 2012-07-18 23:07:24 +04:00
Konstantin Haase
88406916d8 add examples directory 2011-12-30 12:00:40 +01:00