Search the Community
Showing results for tags 'jquery-ui'.
-
I am developing a total new template based on the Semantic UI. Now i implemented a Semantic UI accordion and the result is that there are some design conflicts. I checked my source code and saw that jQuery-UI is loaded in the frontend with its CSS and JS files. How can i remove them? I now that i can use a jQuery unload code, but i would prefer the "clean way" if possible. Greetings and thanks, Carlos
- 2 replies
-
- jquery-ui
- starter theme
-
(and 3 more)
Tagged with:
-
Hi i would like to use a script using jquery-ui lib on FrontController. I download the script so don't know which part of the lib use, so i would like to know how import jquery-ui. i try: $this->context->controller->addJS('http://code.jquery.com/ui/1.10.4/jquery-ui.min.js'); //or v3 or v2... but i got the error: Error: cannot call methods on autocomplete prior to initialization; attempted to call method 'http://mydomain.com/index.php?controller=search if i remove jquery-ui, error desappear, and if i had jquery-ui on other front page error appear. But don't have the error on admin. (maybe cause the blocksearch is only on Front? xD) Any idea? =)
-
Hi, I would like to update the jQuery UI version used by PrestaShop. I want to do so because the last version of jQuery UI (1.9.1) has some plugins that I need. Is it possible to update the version? Which would be the steps to follow in order to do so? I'm planning to do something like: Update all the .js files from /js/jquery/ui Override the Media.php class variable"$jquery_ui_dependencies" with all the new plugins and dependencies. Thanks