When I try to upload any extension with "Extension Installer", I get this error to console:
jquery-2.1.1.min.js
Error: cannot call methods on button prior to initialization; attempted to call method 'loading'
I am using Xampp and OpenCart 2.3.x.
When you say 2.3.x, what version do you actually mean? 2.3.0.0?
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Legendary Member
Sorry, my mistake!
The error was because jquery.js -file was included after jquery.ui.js -file.
Of course this is the correct order:
The error was because jquery.js -file was included after jquery.ui.js -file.
Of course this is the correct order:
Code: Select all
<script src="view/javascript/jquery/jquery-2.1.1.min.js"></script>
<script src="http://code.jquery.com/ui/1.11.1/jquery-ui.min.js"></script>
Who is online
Users browsing this forum: No registered users and 15 guests