Quality type sizes moved to backbone + SS (API)

This commit is contained in:
Mark McDowall 2013-01-01 18:06:55 -08:00
parent 5ba1c0eceb
commit c8621b8100
24 changed files with 244 additions and 356 deletions

View file

@ -1,7 +1,7 @@
$(document).ready(function () {
//All forms are ajax forms
$("form").livequery(function () {
$("form").livequery(function () {
var options = {
type: 'post',
@ -16,7 +16,6 @@
$(this).removeAttr('disabled');
});
//All buttons are jQueryUI buttons
$('button, input[type="button"], input[type="submit"], input[type="reset"]').livequery(function () {
$(this).button();