<img id="myImage" src="logo.gif" />

To get the image current image location: $('#myImage').attr('src');
To update DOM with new image use: $('#myImage').attr('src', [new image
location]);

On Sun, Oct 19, 2008 at 3:30 PM, whitewaterbug <[EMAIL PROTECTED]>wrote:

>
> I am trying to pull the image displayed in the DOM into an applet that
> will do some image processing (e.g. blur), show the updated image back
> in the DOM, and then print.
>
> Is there a way in jquery to do this?
>
> I found in JSobject, I can get attributes of the image, but I couldn't
> see how to actually get the image into the applet.
>
> On the return route, I couldn't figure out how to get the applet to
> update the DOM with the new image.
>
> Any ideas?
>



-- 
Ca-Phun Ung
+ http://yelotofu.com
+ css, django, hongkong, html, javascript, php

Reply via email to