$(document).ready(function(){
	// get the text file to be parsed
	$.get('test-data.txt', function(textData){
...

JavaScript Split text into unordered l...

by keif, January 23, 2009 17:10, 5 refactorings, tagged with javascript, loop, array, jquery, List

Using jQuery, I'm trying to...

802c73427a78116c398cfb6765be9c08 Talk