开发者

Dectecting browser with Dojo?

开发者 https://www.devze.com 2023-01-31 09:05 出处:网络
Ca开发者_如何转开发n you detect the browser the client is using with dojo? i want to put a function in place if it is IE8.

Ca开发者_如何转开发n you detect the browser the client is using with dojo? i want to put a function in place if it is IE8.

thanks


look at

http://dojotoolkit.org/reference-guide/quickstart/browser-sniffing.html

if(dojo.isIE == 8){ // only IE8
  ...
}
0

精彩评论

暂无评论...
验证码 换一张
取 消