dopdemo.net
27
01.11

Create, modify and read a Cookie with JavaScript

The first function creates or modifies a cookie. The second one returns the value of a cookie.

05
01.11

How can you trigger an event in JavaScript (using jQuery) when an image is completely loaded

This JavaScript code will trigger an event when an image is completely loaded. You need to have the jQuery Library.

24
12.10

How to validate a string characters with JavaScript

A JavaScript function that tests if the characters from a string are valid.

10
06.10

JavaScript Email Validation

A JavaScript function that tests if an email is valid.