I have javascript code which alters the width of a specified DIV. It is attached to a button so each button click adds 50px to the width attribute. But when the ...
I am writing an HTML/JavaScript program that gives me a JSON object as a string.
I want to save that string as a cookie, but the string is too large to be ...
I have a site that has a scrolling navigation bar.
I need to save the position of the scroll bar in a cookie and set it when the page is loaded.
i have ...
Hi all, I found this script online that lets users on an iPhone drag boxes around the screen. The problem is that when you reload the page, the boxes are in different positions than what they were before the reload. Like, you would drag the boxes around and then reload the page, but the boxes would be in the default locations. ...