Merge default => dev

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2011-02-19 18:14:08 -08:00
6 changed files with 136 additions and 0 deletions

View File

@@ -126,6 +126,11 @@
}
});
//make sure the placeholder value is not taken as the input value when submitting forms
$("form").live("submit", function () {
$(":input[placeholder].placeholderd").val("");
});
return _this;
},
toggleWhatYouControl: function () {