javascript - Two input fields with keyup function -


I have two input fields and I need a function, when the value of some #name or #email was changed to my The beginning really does not work.

  $ ('#name') keyboard (function () {// OR $ ('# email'). Key (function () / something}};});    

You can use the to separate the comma , > :

  $ ('# name, # email'). Key (function () {// do something}};    

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -