javascript - The input field is not displaying it set value -


I have this button next to it and behind it

this is the next button:

  $ (document) .on ('click', '#next_form', function () {emailAdress = $ ("# email"). Val (); $ (". Column_1"). Flip ({direction : 'RL',}); $ (". Column_2"). Flip ({direction: 'LR',});});   

Back button: Then I can return the flip and enter the value again:

  $ (document) .on ('click', ' $ $ (". Column_1"). $ (". Column_2"). $ RevertFlip (); $ ("# Email"). Val (email address); console.log (email address);});   

But the input field is not displaying the value when I do the logon console which is running correctly but it displays ... any thoughts?

You should enter var Fname, emailAdress, phoneNumber; must be excluded from documents .

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -