[jQuery] DOM not clearing in FF3 on page refresh - using jQuery .val()

2008-07-22 Thread sam_tronik
Sorry if this has appeared elsewhere in the group. Im not sure if it posted the first two times!!! I have a problem in a pretty complex app I'm writing. I load a page, which populates some inputs with values picked up from a mySQL database, like so: (URL eg /projectDetails.php?projectId=12345)

[jQuery] Re: DOM changes persist after page reload in FF?

2008-07-22 Thread sam_tronik
Hi Greg, I'm having some similar problems in a pretty complex app i'm writing. Did you work this out? At the moment, I have a page that shows results from mysql table and inserts them as standard php variables as the form loads in the style of input id=test value=$valueToInsert. Then I have