|
|
|||||||
|
Visitor counter using cookies and javascript Using javascript create cookie, This cookies records how many times the visitor has visited the page and writes to the page accordingly. Showing and hiding table columns with jQuery Tutorial on how to toggle the visibility of HTML table columns on and off, using jQuery. JavaScript and Cookies Learn how to manipulate cookies using JavaScript with this tutorial. Re-usable functions for easy cookie access are provided, for use in your own scripts. Display time of last visit Using cookies, this script records the date+time of your visitor's last visit and displays it upon their return. If this is their first visit to your site, a greeting message is shown instead. Cookies A cookie is a way you can store some information about a user visiting your site. The information is stored on the individuals computer, and thus you do not need any extra server space to customize a ... Understanding Session-only Cookies Learn about session-only cookies in JavaScript, and how they can help your scripts retain information even after the page is reloaded or cleared. Determining cookie support in client's browser If your script relies on JavaScript cookies to store and persist information, it's a good idea to always make sure the user's browser has cookies enabled first. This tutorial shows you how to perform ... |
||||||||