$(document).ready(function(){
// get the text file to be parsed
$.get('test-data.txt', function(textData){
...
JavaScript Split text into unordered l...
$(document).ready(function(){
// get the text file to be parsed
$.get('test-data.txt', function(textData){
...
Using jQuery, I'm trying to...