icanhaz/mustache loop (iterate through elements) js error
问题 I'm trying to get icanhaz/mustache loop working, as defined in this answer and I'm getting following error in browser console: Uncaught Error: Syntax error, unrecognized expression: <option value="1">First</option> <option value="2">Second</option> Don't know why. I've just managed to spot that this is the line that causes the problem: ich.myTemplate(listOfStuff); This is my entire code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/tr/html4/transitional.dtd"> <html>