mouse0270 / bootstrap-notify

Turns standard Bootstrap alerts into "Growl-like" notifications.
http://bootstrap-notify.remabledesigns.com/
MIT License
2.25k stars 642 forks source link

Conflict with datatables jquery plugin #142

Open grifin85 opened 8 years ago

grifin85 commented 8 years ago

Hi,

I'm using datatables v 1.10.11. If at page connected script before datatables, I get error $.notify is not a function

Dad

<script src="~/Scripts/bootstrap-notify.js"></script>
<script src="~/Scripts/datatable/datatables.js"></script>

Good

<script src="~/Scripts/datatable/datatables.js"></script>
<script src="~/Scripts/bootstrap-notify.js"></script>
mouse0270 commented 8 years ago

Sorry, I haven't checked this in sometime.

datatables is one of my favorite plugins, but I have never used the two in the same project. I will look into this, but I am not sure if it will be something I can resolve. Datatables is many known conflicts with other plugins. I'll see what I can come up with though.