using emberjs didInsertElement to display two seperate calendars or two instances a jquery fullcalendar plugin object

独自空忆成欢 提交于 2019-12-06 05:25:42

I made a fork of your fiddle that renders two calendars. http://jsfiddle.net/duHfN/7/

In general, you will have better luck using templates to instantiate views rather than creating view instances and calling append on them. There were a number of other issues with the fiddle, some which I cleaned up.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!