I have a problem, I am making a system and parts of the code that jquery ui uses do not work together with jquery. As I can avoid that conflict, the parts of jquery that are giving me a problem are in some modal windows that shows a form to edit data. When making the call
<a class="btn btn-sm btn-primary" href="javascript:void(0)" title="Edit" onclick="edit_categ('."'".$categ->id."'".')"><i class="glyphicon glyphicon-pencil"></i> Edit</a>
does not load the modal, if I remove the jquery ui if it loads, but I need the jquery ui for other parts where I do autocomplete and others modal too.