How to check browser is safari Ask Question
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");
}
})
Enter an email address to invite a colleague or co-author to join you on socimo. They will receive an email and, in some cases, up to two reminders.