I have found great jQuery wizard here Jerod Santo blog which suits my need. I added TextBox on first step to test it.
When I added some value in textbox, clicked next and then back
I lost the value.
Here is my demo and here is source code Is there a way to preserve this values on client side without going on server with ajax calls. I think that problem might be content hiding. Do you think there is a solution for this?
Update: I created my own jQuery wizard which does the job. I’ll post it as answer sooner or later.
Here is the solution. I completely changed code and created my own wizard.
Demo and
source code are available.