Adds input types to data-track-input options
I need this input type, and it would be handy if I could use it with data-track-input. I promise this will be the last time I ask you to touch your priceless faberge egg ;)
This commit is contained in:
parent
28256ab6ff
commit
51c868e693
|
|
@ -390,7 +390,7 @@ if (window.jQuery === undefined)
|
|||
}
|
||||
})
|
||||
|
||||
$(document).on('keyup', 'input[type=text][data-request][data-track-input], input[type=password][data-request][data-track-input]', function(e){
|
||||
$(document).on('keyup', 'input[type=text][data-request][data-track-input], input[type=password][data-request][data-track-input], input[type=number][data-request][data-track-input]', function(e){
|
||||
var
|
||||
$el = $(this),
|
||||
lastValue = $el.data('oc.lastvalue')
|
||||
|
|
|
|||
Loading…
Reference in New Issue