Can you identify the browser that the client uses with dojo? I want to put the function in place if it is IE8.
thank
take a look
http://dojotoolkit.org/reference-guide/quickstart/browser-sniffing.html
if(dojo.isIE == 8){ // only IE8 ... }
Source: https://habr.com/ru/post/1781416/More articles:UITabBar activity indicator on iPhone - iphoneКак захватить экран iPhone с анимацией UIImageView? - objective-cMongoDB: how to execute a query on the result of another query (nested queries)? - mongodbHow to add an extra button to the Extjs grid header menu - extjsGWT java URL Validator - javaReplacing a sequence in a string with a matching index - phpdebugger for C / C ++ and Java - javaUnit testing cookies in PHP - httpWPF management inside ElementHost is invisible - visibilityIs it possible to write Win32.dll files using C # .NET? - c #All Articles