I want to check some Textbox control if they have value do some addition else do assignment, I used the JQuery script below it didn't work for me.
The idea is on key up it should call the JQuery Function to check if TextBox797 have value then sum up the value of TextBox651 and TextBox797 else replace the value of TextBox797 with value of TextBox651. it not showing any result
this is the JQ script i have in the Function