Closed (fixed)
Project:
Homebox - Individual user dashboards
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 May 2009 at 05:12 UTC
Updated:
14 Sep 2019 at 13:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jchatard commentedHello asghar,
Thanks for testing.
The error "$columns.sortable is not a function" just indicates you that jQuery UI isn't properly installed. Because $.sortable() is a jQuery UI function.
What you can do to fixed the problem is to go and check if you have an error in status report regarding jQuery UI.
Go to "admin/reports/status" and check that you have no error regarding jQuery and jQuery UI, like the screenshot attached (Status report).
If you have an error regarding jQuery UI, make you are using the version describe in the home box' README.txt. And be sure that your jQuery UI module folder looks like the second screenshot (install jQuery UI).
Hope this helps!
Jérémy
Comment #2
jchatard commentedChanging category to support request
Comment #3
jchatard commentedAnd finally changing issue title to let other people digg in if they have the same problem.
Comment #4
asghar commentedproblem has been solved
Comment #5
jchatard commentedGood to know,
Please don't change the title of this issue so that other users can get helped with this one.
Title is: $columns.sortable is not a function
Category: support request
Jérémy
Comment #6
jchatard commentedComment #7
davidwhthomas commentedI had this issue too and solved it with this: http://drupal.org/node/478536#comment-1667726
DT
Comment #8
g76 commentedwhat directories/files should exist in the "minified" directory?
the download for 1.6 and 1.7 include this directory structure and no minified directory at all anywhere:
* /css/
* /development-bundle/
* /js/
* index.html
Comment #9
jchatard commentedFrom here: http://jquery-ui.googlecode.com/files/jquery.ui-1.6.zip
There is a minified directory.
Jérémy
Comment #10
arviecarpio commentedi got the same error when i was creating a widget which uses the sortable function.
i was able to fix it by including the javascript, which creates the widget (and has the sortable function), at the end of my file.
example:
-----------------------------------------------------------------------
html>
head>
script/>
link/> !--links a css stylesheet for the widget-->
/head>
body>
!--create the unordered list for the widget-->
ul id="column">
li>/li
li>/li
li>/li
/ul>
/body
script/ !--script which creates the widget and applies the functionalities and aesthetics
/html
---------------------------------------------------------------
hope that helps. this error was so frustrating.
Comment #11
avpadernoI am removing the tag, since issue tags should not duplicate the content of other fields.