I want to implement XMPP chat functionality in my system using converse.js
for client side chat interface. but when i use converse.js
in my layout page, browser showing me error like
$(...).datetimepicker is not a function
$(...).dataTable is not a function.
I have used bootstrap datetimepicker and datatables. It seems like jquery conflictions. I have tried to resolve conflictions by changing place of some jquery files. but i didn't get success. So how can i remove conflictions?