Hello,
I'm having problems including a jQuery .autocomplete function for a textbox which should load from MSSQL Customer List.
My code works perfectly alone, but not in the MasterPage
Uncaught TypeError: jQuery(...).autocomplete is not a function
with
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
<script src="https://code.jquery.com/ui/1.13.1/jquery-ui.js"></script>
in head of page
I didn't get if we already have a version of jQuery loaded somewhere and where is it lanched...
i also tried the $.noConflict(); without result
whats about "good" theme?
Hi,
Good and Metronic use the same core framework so the same thing applies to the Good theme as well.
Regards.
Hi,
Metronic has the latest jQuery included in it's plugins bundle js script. Please make sure you do not include other jquery anywhere else.
Regards,
Sean