Profile
Achievement
satie83's Recent SnippetsTagged javascript
- All /
« Prev 1 Next »
The following function loads all browser-cookies into an associative array with the cookie name as the index and the cookie value as the value
0
787
posted 12 years ago by satie83
In javascript there is no function for printing variables like you have PHP, I use print_r and var_dump a lot in PHP for dumping variables
so I wanted to create a simular function in javascript.
0
1110
posted 12 years ago by satie83
Here’s a very simple script which adds numbers sequentially to an unordered list using jQuery
0
868
posted 12 years ago by satie83
Returns the version of Windows Internet Explorer or a -1 (indicating the use of another browser).
0
897
posted 12 years ago by satie83