mumbojumbo wrote:
I'm working on an application that will use jquery to make charts and graphs and I want to allow the user to save the html as an image. Can this be done? This really isn't a jquery question per se, but I would like to know if jquery could do it/ or if it can be done at all.
AFAIK, there is nothing in jQuery to do this for you and no easy way to build it in Javascript. You probably need to look toward server-side solutions. But depending upon how wedded you are to an image format, it might be feasible to use jQuery along with only minor server-side handling to build something which saves an HTML page that includes a link to jQuery and some Javascript that regenerates the image in a browser. I've never tried anything like that, but it seems possible, and in fact seems a bit intriguing.
Good luck, -- Scott