[jQuery] jquery.form.2.28 AJAX issue

2009-05-12 Thread jerryji
I still have the problem of getting the ajaxForm() function to work with of JQuery Form Plugin 2.28 (with JQuery 1.2.6), which is supposed to fix a similar/related issue. For the first mouse click on the type-image-input, _all_ form vars are POSTed correctly, including, e.g., """&vu.x=13&vu.y=7"

[jQuery] AJAX Load Image Puzzle

2008-01-28 Thread jerryji
Hi JQuery Gurus, I'm sure someone will find this question simple -- I am serving images dynamically in my HTML as that every time /images/next is accessed, it returns a new image as Content-Type: image/jpeg byte stream. This is fine until I wrap it in a block like and hoping to update it via A

[jQuery] AJAX Load Image Puzzle

2008-01-28 Thread jerryji
Hi JQuery Gurus, I'm serving images dynamically as where when /images/next is accessed my server side controller returns a new image as Content-Type: image/jpeg byte stream. This is all fine until I wrap it with and wish to use AJAX to update it. It seems that since the portion never changes,