Form submit ability

This commit is contained in:
magnolia-fan
2011-09-14 23:51:51 +04:00
parent 442995dbc9
commit 2f31a6fd65
8 changed files with 47 additions and 65 deletions
@@ -264,6 +264,7 @@
this.enabled = false;
this.selectedIndex = -1;
this.container.hide();
$('.popover-wrapper').hide();
},
suggest: function() {
@@ -292,6 +293,7 @@
}
this.enabled = true;
this.container.show();
$('.popover-wrapper').show();
},
processResponse: function(text) {