hola gente del foro he intentado de muchas formas instalar el modulo jQuery UI
de la pagina jquery_ui
y cuando lo marco me dice esto
The jquery ui plugin is missing. Download and extract it to your jquery_ui module directory. (Está usando jQuery UI Not found)
descargo los archivos de las paginas
http://drupal.org/project/jquery_ui
http://code.google.com/p/jquery-ui/downloads/list?q=1.6
http://jqueryui.com/
pero no se como instalarlo
- Copy the jquery_ui module directory to your sites/all/modules directory, so it
- 26 is located in sites/all/modules/jquery_ui/.
- 27
- 28 * Download the jQuery UI 1.6 release from:
- 29
- 30 http://code.google.com/p/jquery-ui/downloads/list?q=1.6
- 31
- 32 * Put the downloaded archive into the directory:
- 33
- 34 /sites/all/libraries/jquery.ui-1.6.zip
- 35
- 36 * Extract the archive. This will create the following sub-directory:
- 37
- 38 /sites/all/libraries/jquery.ui-1.6/
- 39
- 40 * Rename the sub-directory into "jquery.ui":
- 41
- 42 /sites/all/libraries/jquery.ui/
- 43
- 44 so the actual jQuery UI JavaScript files are located in:
- 45
- 46 /sites/all/libraries/jquery.ui/ui/*.js
- 47
- 48 * Enable the module at Administer >> Site building >> Modules.