New: [ task #498 ] part3

This commit is contained in:
Regis Houssin
2012-08-23 13:45:51 +02:00
parent f4d75e87d3
commit 995c7f13d3
16 changed files with 444 additions and 737 deletions

View File

@@ -739,7 +739,7 @@ function hideMessage(fieldId,message) {
$.widget("ui.onDelayedKeyup", {
_init : function() {
var self = this;
$(this.element).keyup(function() {
$(this.element).bind('change keyup input', function() {
if(typeof(window['inputTimeout']) != "undefined"){
window.clearTimeout(inputTimeout);
}