This is probably a dumb question, but I've been beating my head at it long enough.
I have a template built for use with jQuery .tmpl(). I can successfully select it with $("#templateId"), but calling `$("#templateId").tmpl(data)` results in a `TypeError: Object [object Object] has no method 'tmpl'`.
It looks like an issue with jQuery's method definitions, but tmpl is in the core, right? Is there a conflict with UI?
Running jQuery 1.6.4, UI 1.8.16
以上就是jQuery 'has no method' error when attempting to render a template的详细内容,更多请关注web前端其它相关文章!