I would like to use mustache.js with jQuery in my HTML5 app, but I can\'t make all the component work together. Every file is found, there is no problem here (the template is lo
In place of Mustache.to_html, try $.mustache. It looks to me like the Mustache variable is defined within the function, so it is not directly accessible outside of it.