Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Handlebars Error – this._input is undefined Reply To: Handlebars Error – this._input is undefined

#189713
jamygolden
Member

I did some small tweaks to fix up your problem. (http://codepen.io/jamygolden/pen/VYvMqJ)[http://codepen.io/jamygolden/pen/VYvMqJ]

I linked jQuery and handlebars correctly. It was 404ing on your pen. I then also changed $("shoe-template").html() to $("#shoe-template").html() – I added the hash for the ID.

Now it seems to be working.