Remote JavaScript Array - Description

The file being pulled is this text file.

Live Example

Initialization Code

			$("#kitbox").kitbox({
				kitboxType: "kitboxSeries",
				dataType: "json",
				url: "/pages/series/remote_json.txt",
				header: {text: "Remote JavaScript Array"}
			});