I was wondering if there is a way to get the current value on the key down or keypress event. To better define "current value", I mean, by this, the value of texterrari with "just inserted" character. The price does not change on these events by default. If this is not possible, then I would like to know what is the cross browser method that I received the just insert value of the key pressed (I do not need key code, Because it does not define, assuming that I am entering a letter name if the character is entered uppercase or lowercase). You have to wait for the fun event before the actual cost change. Otherwise, for KeyDown or Keypress, you have to map the character code on the event (and unless you use some JS library, as if it is considered a jacket) and the cursor Determine the position Price may be a bit difficult to support this particular browser support unless you use the JS Library to do so.
Comments
Post a Comment