HTMLGuyLLC / jAlert

jQuery alert/modal/lightbox plugin
https://htmlguyllc.github.io/jAlert/
MIT License
76 stars 35 forks source link

simple alert is not working #3

Closed mandricmihai closed 9 years ago

mandricmihai commented 9 years ago

alert("hi"); in console gives me the default alert and undefined in the console output.Everything else works.

HTMLGuyLLC commented 9 years ago

Interesting. Let me take a peek

HTMLGuyLLC commented 9 years ago

Oh...that's not an issue. There's no return value to the function so it shows undefined. If you called it from your code, you wouldn't get any warnings/errors.

mandricmihai commented 9 years ago

ah yes :smiley:

HTMLGuyLLC commented 9 years ago

Hey, just a heads up, I fixed a major body overflow: hidden; bug this weekend. You should download the latest version.

mandricmihai commented 9 years ago

I did like 6-5 hours a go thanks :smile:

HTMLGuyLLC commented 9 years ago

Haha good

HTMLGuyLLC commented 9 years ago

You should watch/star the repository so you can get updates.

mandricmihai commented 9 years ago

Yes good idea.Done.Thanks.

HTMLGuyLLC commented 9 years ago

NP