What would be the correct method to create an array from the text
inside <li> items?

Is below, the best method, or would it even work?

var array_test = $(#test li).text().makeArray();

Reply via email to