Hi, I have build a quite complex widget which contains "some kind of form". It has a form tag, but I'm loading a lot of stuff in there via Ajax etc. Cannot explain it in detail, and the code is too long to paste in here.
Now, in a "live('click', function()" I use for one of the form fields, I'm writing a couple of values into hidden fields of another form. That works fine, as I can see them in the generated code. But if I leave the page and then hit the back button, the values are gone. If I write some values into those fields outside the live click function though, they are still there when I leave the page and come back using the back button. But I need to write the values into the hidden fields out of the live click function (I'm inserting values from fields of my form into them). I don't know what causes this and wasn't able to find a workaround yet (even though I tried a lot). Any ideas? Thanks!