coderifous / jquery-localize

a jQuery plugin that makes it easy to internationalize your web site.
465 stars 142 forks source link

Safari issue, plugin throws an error #66

Open ermalix opened 8 years ago

ermalix commented 8 years ago

Thanks for plugin, it works great for Chrome but we are having some issues for Safari. We are getting this error:

TypeError: $("[data-localize]").localize is not a function. (In '$("[data-localize]").localize("language", opts)', '$("[data-localize]").localize' is undefined)

Any thoughts?