ERROR: jQuery.fn.live() is deprecated
-
We are having a problem with javascript because of this plugin and jQuery.fn.live()
field-validation.js
//capture any keystroke in a validation field
jQuery(‘.validatefield’).live(‘keyup’, function() {
fieldVal = jQuery(this).val();
fieldKey = jQuery(this).attr(‘name’);
clearTimeout(timeoutID);
timeoutID = setTimeout(‘processKey(fieldVal,fieldKey)’, 500);
});
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘ERROR: jQuery.fn.live() is deprecated’ is closed to new replies.