I want to be able to regenerate an image on my generator without regenerating the text of a different part of the page. I’ve been able to do it the other way around. Check the link for more info
You must log in or register to comment.
You can pass the update function an element on the page. For example if you have an element with the id “image_display” you can use
update(image_display)
.