top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to write browser specific code using jQuery?

+4 votes
447 views
How to write browser specific code using jQuery?
posted Jul 17, 2015 by Shivaranjini

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Using jQuery.browser property, we can write browser specific code. This property contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9.

answer Jul 20, 2015 by Karthick.c
...