Display data from text file with jQuery
问题 I need to display/append the data from a file, file.txt , containing 400 lines which are in the following format: http://www.exemple.com/img1.jpg, title1, subtitle1, description1; http://www.exemple.com/img2.jpg, title2, subtitle2, description2; http://www.exemple.com/img3.jpg, title3, subtitle3, description3; http://www.exemple.com/img4.jpg, title4, subtitle4, description4; http://www.exemple.com/img5.jpg, title5, subtitle5, description5; I know how to append 1 line into a <div> . But, here