Skip to content

Commit

Permalink
updated javascript to keep sliding in greetings
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt H committed Sep 23, 2009
1 parent d289dac commit 6069707
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/javascripts/application.js
@@ -1,5 +1,8 @@
$(document).ready(function(){ $(document).ready(function(){
$("form#greeter input[type=submit]").click(function() { $("form#greeter input[type=submit]").click(function() {
// Hide the last notice
$(".notice").hide();

// Turn the form into an argument string // Turn the form into an argument string
var str = $("form#greeter").serialize(); var str = $("form#greeter").serialize();


Expand Down

0 comments on commit 6069707

Please sign in to comment.