On Fri, Mar 27, 2009 at 4:37 AM, dth <[email protected]> wrote:

>
> Hi,
>
> I've run into a problem where it seems that when I call certain jquery
> functions nothing happens. Both for plugins and jquery-ui.
>
> An example can be seen on http://test.hestar.dk. When clicking the
> "Log på" button a dialog is supposed to slide down, but only the
> overlay is shown.


If you remove this line

<script type="text/javascript" src="script/interface.js"></script>

and then the fisheye call

$('#dock').Fisheye(...

the dialog works fine.

Note: Interface is not compatible with versions of jQuery greater than
1.1.2. See

http://interface.eyecon.ro/
"Interface 1.2 146kb (source files, compressed files)
jQuery 1.1.2 19 kb"

and

http://rdworth.org/blog/2008/10/jquery-plugins-and-jquery-ui/ (has a summary
of the origins of jQuery UI in Interface)


> Another example can be seen on http://test.hestar.dk/annoncer.action
> where I attampt to make an accordion from some divs. A bit of styling
> is applied, but not an accordion.


You're calling

$("#searchForm").accordion();

but there are 3 elements with id="searchForm". Id's must be unique.
http://www.w3.org/TR/REC-html40/struct/global.html#h-7.5.2


>
> I also tried using jqDock for the dock effect (not online) and the $
> ("#id").jqDock() function seems to have no effect. This could of couse
> be a plugin problem, but I have a suspision of some general problem.


jqDock is not a jQuery UI plugin. Ask on one of these lists:

http://groups.google.com/group/jquery-en

http://groups.google.com/group/jquery-plugins

- Richard

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to