1
meteor May 29, 2013 |
2
otakustay May 29, 2013 backbone几乎和任何界面、DOM没有任何关系,就一系统基础框架管一堆普通的对象,兼容性上不是问题
|
3
YuHong May 29, 2013 via iPhone router用到hashChange,history用到hashState,Backbone.localstorage 这些肯定不支持。
dom的操作依赖jQuery没问题,Zepto不行。 underscore的方法应该没问题。 还真没在IE6上用过,用上backbone为啥还用考虑IE6? |
4
kangjia May 30, 2013 IE6可以用。 router是使用的setInterval来监听的hash
|
6
freestyle21 Mar 4, 2014
@kangjia 正解。如果支持pushState绑定popstate事件;支持onhasChange绑定hashChange;最后不行就setInterval.
|