crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

Write code to get browser name
Question Posted on 20 Aug 2015Home >> WEB >> JQuery >> Write code to get browser name

Below is the code to get the browser name here i have used if else to find the browser

$(document).ready(function() {
if ($.browser.mozilla && $.browser.version >= "2.0" ){
alert('Mozilla version is above 1.9');
}

if( $.browser.safari ){
alert('Browser is of Safari');
}

if( $.browser.opera){
alert('Browser is ofOpera');
}

if ($.browser.msie && $.browser.version <= 6 ){
alert('Version is IE 6 or below version');
}

if ($.browser.msie && $.browser.version > 6){
alert('Vsersion of IE is above 6');
}
});
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

Difference between body.onload and document.ready in jQuery

Different method which provides effects in JQuery

Three types of selector in JQuery

Example of JQuery focus event on textbox

What is significance of jQuery.NoConflict






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap