jquery slidetoggle
$("button").click(function(){
$("p").slideToggle();
});
jquery slidetoggle
$("button").click(function(){
$("p").slideToggle();
});
$("button").click(function(){ $("div").slideToggle(); });
in a way that the form fields get hidden when user submits the
form. The confirmation info should show along with two
buttons. One should say, "yes it is correct". The other should
say "Make changes".
- If the user confirms that it is correct, submit the form
and alert that form is submitted. If user chooses to make
changes, the form fields should display back and let the
user make edits.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us