Stranamente firebug non logga correttamente un hash.
Sto sbagliando qualcosa?
var _hash = [];
_hash["sala-1"] = “test1″;
_hash["sala-2"] = “test2″;
//no
console.log(_hash);
//yes
for (var i in _hash) {
console.log(_hash[i]);
}
Stranamente firebug non logga correttamente un hash.
Sto sbagliando qualcosa?
var _hash = [];
_hash["sala-1"] = “test1″;
_hash["sala-2"] = “test2″;
//no
console.log(_hash);
//yes
for (var i in _hash) {
console.log(_hash[i]);
}
Bookmarked 12 links
Creating a file progress bar in PHP - Stack Overflow
43 Essential Controls for Web Applications | UX Booth
30 Latest High-Quality Free (X)HTML/CSS Templates Must See Now
Snipt | Share and store code or command snippets.
Detecting Ajax Events on the Server » Learning jQuery - Tips, Techniques, Tutorials
Using Delegate and Undelegate in jQuery 1.4.2 » Learning jQuery - Tips, Techniques, Tutorials
10 Small Things You May Not Know About Javascript | samuli.hakoniemi.net
25 Amazing and Fresh jQuery Plugins - Speckyboy Design Magazine
Shared 2 links
Bookmarked a link: jqFancyTransitions: jQuery Image Rotator Plugin
Bookmarked 5 links
Shared: wtfjs