a1ias


Member since 07/30/2009

Name: Andrew Kharook

Location: Ukraine, Uman

2 snippets

2471 profile views

0 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

You have not received any achievements.

a1ias's Recent JavaScript Snippets



« Prev 1 Next »
Check if jquery was loaded from CDN. If not, load it from own website.
0 855 posted 9 years ago by a1ias
Usage: Let's say we have an url: http://primera.vremenno.net?foo=yes&bar=no var hash = getUrlVars(); alert(hash['foo']); // returns 'yes' alert(hash['bar']); // returns 'no'
0 833 posted 12 years ago by a1ias
« Prev 1 Next »