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?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | jquery.png | 5.88 KB | jchatard |
| #1 | install-jquery-ui.png | 141.91 KB | jchatard |
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.