Cross-browser Getter and Setter

前端 未结 4 540
误落风尘
误落风尘 2020-12-23 17:52

This works in modern Chrome/Firefox/Opera but fails in IE8. Haven\'t tried it in IE9. How can I make this cross-browser compatible, including IE7+? (Fiddle here.)

         


        
4条回答
  •  离开以前
    2020-12-23 18:38

    You cannot, the syntax is not supported in browsers that did not implement it. Its going to be quite a while before you'll be able to use that syntax without having CBC problems. Be grateful IE6 is pretty much dead in North America.

提交回复
热议问题