search for: sdmiscinfo

Displaying 1 result from an estimated 1 matches for "sdmiscinfo".

Did you mean: discinfo
2006 Feb 07
2
Question about Classes.
...someone explain what I''m doing wrong? var LeaderInfo = Class.create(); LeaderInfo.prototype = { initialize: function() { var options = Object.extend({ sdEventInfo: [], sdLeaderInfo: [], sdMiscInfo: [] }); this.options = options; this.loadXML(); }, loadXML: function() { new Ajax.Request(''../../xml_files/session_data.xml'', {method:''get'...