Steven Koch
Member since Jan 21, 2010
- Profile: /members/5236-steven-koch.htm
- URL: http://www.inov.es
- Comments: 1
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){ locationIndex = indexes.length; indexe... read more »