Community Member Profile
Steven Koch
Member since Jan 21, 2010
- Profile: /members/5236-Steven-Koch.htm
- URL: www.inov.es
- Comments: 1
- Points: 12
Recent Blog Comments By Steven Koch
-
Ask Ben: Iterating Over An Array With jQuery
Posted on Jan 21, 2010 at 2:12 PM
Very simple implementation hash table. //code var Hash = function(){ var indexes = new Array(); var values = new Array(); //objHash.set('indexName', 123) this.set = function(name,value){ var locationIndex = indexes.indexOf(name); if(locationIndex==-1... read more »



