bootstrap-notify
bootstrap-notify copied to clipboard
Conflict with datatables jquery plugin
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>
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.