bootstrap-notify icon indicating copy to clipboard operation
bootstrap-notify copied to clipboard

Conflict with datatables jquery plugin

Open grifin85 opened this issue 9 years ago • 1 comments

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>

grifin85 avatar Apr 23 '16 15:04 grifin85

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.

mouse0270 avatar May 04 '16 17:05 mouse0270