Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 270 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 270 Bytes

jsConditionalLoad

JS code to add Intl.js conditionally for browsers that do not include this library (Safari)

Simply copy/paste the code in file "conditionalLoad.js" at the top of the JS file where you need to use Intl.js. This code requires jQuery.