I think i am the first who use this module i appreciate your work.
I install this module with other modules which are its requirement but it is not working correctly.
I tells you in detail
when i install this module and go to administer->Site building ->Home box and add page give permissions
after this i again go to module list page then my add page show in menu navigation i click this link i look my page which i added but a java script error is showing why this error is coming ? and columns are not dragging ? can we drag column in this module?
This error is "$columns.sortable is not a function"
How can i solve this problem?

CommentFileSizeAuthor
#1 jquery.png5.88 KBjchatard
#1 install-jquery-ui.png141.91 KBjchatard

Comments

jchatard’s picture

StatusFileSize
new141.91 KB
new5.88 KB

Hello 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

jchatard’s picture

Category: feature » support

Changing category to support request

jchatard’s picture

Title: Hello » $columns.sortable is not a function

And finally changing issue title to let other people digg in if they have the same problem.

asghar’s picture

Title: $columns.sortable is not a function » Thanks
Category: support » feature

problem has been solved

jchatard’s picture

Title: Thanks » $columns.sortable is not a function
Component: User interface » Documentation
Category: feature » support
Status: Active » Fixed

Good 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

jchatard’s picture

Status: Fixed » Closed (fixed)
davidwhthomas’s picture

I had this issue too and solved it with this: http://drupal.org/node/478536#comment-1667726

DT

g76’s picture

what 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

jchatard’s picture

From here: http://jquery-ui.googlecode.com/files/jquery.ui-1.6.zip

There is a minified directory.

Jérémy

arviecarpio’s picture

Issue tags: +$columns.sortable is not a function

i 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.

avpaderno’s picture

Issue summary: View changes
Issue tags: -$columns.sortable is not a function

I am removing the tag, since issue tags should not duplicate the content of other fields.