How to validate a value entered into an input field and return a value to the input field?

How to validate a value entered into an input field and return a value to the input field?

GlyndwrGlyndwr Posts: 117Questions: 32Answers: 0

http://live.datatables.net/wurejodu/1/edit

When the user enters a value into an <input> field I would like to validate the input amount. If it is lowercase 'i' or 'e' return uppercase ('I' or 'E') to the input field; otherwise, return blank to the input field.

Answers

  • GlyndwrGlyndwr Posts: 117Questions: 32Answers: 0

    I have removed the "parseFloat()".

This discussion has been closed.