[jQuery] Resetting the reset point of a form updated using Ajax

2009-07-31 Thread JS London
reset function where I store the entire contents of the form in a document variable, which I can then update when an Ajax save is successful, but it would be great if there was an easy solution available). Thanks JS, London

[jQuery] Re: Passing an HTML page fragment as an Ajax XML field

2009-01-28 Thread JS London
Many thanks jay for your responses. The first one - using load() to filter the response - unfortunately load() will then discard the remainder of the XML response. I want to pass the HTML fragment as part of a larger XML message and use the data from the other fields as well. I would have to

[jQuery] Passing an HTML page fragment as an Ajax XML field

2009-01-27 Thread JS London
()); (it states in the JQuery website documentation that (b) will not work) Is there a way of doing this without having to escape the original HTML fragment? (which I want to avoid) Any help much appreciated, many thanks JS, London