I have a page that uses jQuery to create a number of DOM elements dynamically based on what user picks from a
You need to manage history yourself if you want things to work in this way. You need Really Simple History.
legenden - there are a number of possible solutions to this, I would check out these history plugins for one:
They are a little fidgety, but you should be able to hack up something positive. I will also add, that this can probably be done by storing the dynamically elements in a cookie(s) and somehow repopulating. Check out the jQuery Cookie plugin. Hope that helped you get started.