is Browser IE or not ?

1
2
function isBrowserIE() {
var ua = window.navigator.userAgent;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
very basic, no-BS function to detect if browser is Internet explorer (Edge doesn't count as IE)

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.