BulmaTemplates / bulma-templates

free flexbox templates built with the bulma css framework
https://bulmatemplates.github.io/bulma-templates/
MIT License
3.27k stars 1.23k forks source link

Remove deprecated JQuery event-aliases #138

Closed quanta-kt closed 4 years ago

quanta-kt commented 4 years ago

Apparently the event alias like load were deprecated in JQuery 1.8 and using them gives a TypeError on Firefox:

TypeError: a.indexOf is not a function

I'm not a JS professional, this StackOverflow question is where I learnt about this deprecation from.