I have one div#logo. i set background image for this div. I change image dynamically using jQuery.
and one common page which contain div#logo. i have one button from UI side which change the background image of div#logo.but when i redirect to another page div#logo page take default background image.
What i have to for all page which i select image form UI side button.
Without persistent storage on the server side (and all the troubles arising from it like input validation etc.) I’d argue that you are best of storing the user’s choice in a cookie.
Since you are using jQuery you could make use of the jQuery Cookie plugin.