You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Marc Nuri San FĂ©lix <ma...@marcnuri.com> on 2009/05/06 17:54:57 UTC

Re: wicketstuff-core:jquery accordion broken?

Hi.
Had same problem but found something at google:
http://www.nabble.com/select-next-n-%22somethings%22-td21550403s27240.html

Simply remove the '.r' from  the expression and it will work.
Best regards
--
Marc Nuri

> hi
>
> currently the accordion in jquery-examples does not work in FF nor IE.
>
> "jQuery.filter(e.rxpr, [i]) is undefined
>
http://localhost:8080/resources/org.wicketstuff.jquery.accordion.JQAccordion/jquery.accordion.pack.js
> Line: 1"
>
> is this known, or should i try diggin in?
>
> about jquery anyway: i recognized that the jquery project in wstuff-core
> does not use the jslib project to define its dependency to the jquery
> lib. is this intended, or could/should it be changed? using
> wstuff-core/jslib would make it possible to combine components built on
> top of jquery from different projects without suffering.
>
> cu uwe