pjdietz/Freeow

TypeError: $(...).data(...) is undefined

Opened this issue · 0 comments

Awesome plugin.
I get this error when I hover over the alert: freeow error
jQuery version: 1.11.1 (also tried with 2.x and 1.9)

Here's a list of JS files I'm using in the app: list of js files

and here's the code i used to call the freeow:

$("#alerter").freeow('Done!',"The combination was successful. This window will now reload.", {
classes: ["success","gray"],
autoHide: true
});

Thanks in advance for any help.
-Yousuf.