Skip to content

Instantly share code, notes, and snippets.

@arifhp86
Created August 14, 2016 18:06
Show Gist options
  • Save arifhp86/d1c4bfa3593b04287fb1de22bf4f5521 to your computer and use it in GitHub Desktop.
Save arifhp86/d1c4bfa3593b04287fb1de22bf4f5521 to your computer and use it in GitHub Desktop.
var prefix = (/mozilla/.test(navigator.userAgent.toLowerCase()) &&
!/webkit/.test(navigator.userAgent.toLowerCase())) ? '-moz-' :
(/webkit/.test(navigator.userAgent.toLowerCase())) ? '-webkit-' :
(/msie/.test(navigator.userAgent.toLowerCase())) ? '-ms-' :
(/opera/.test(navigator.userAgent.toLowerCase())) ? '-o-' : '';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment