How to check browser is safari Ask Question
By   Junaid A     17-Dec-2024    1

How to check browser is safari

Write below code

 $(document).ready(function () {
        if (/^((?!chrome|android).)*safari/i.test(navigator.userAgent)) {

           // set custome calls $(".somecss").css("margin-top", "-38px");

        }
    })

Solutions


10122
Copyright Future Minutes © 2015- 2024 All Rights Reserved.   Terms of Service  |   Privacy Policy |  Contact US|  Pages|  Whats new?
Update on: Dec 20 2023 05:10 PM