You don't need the jQuery(document).ready part in your script. The
javaScriptSupport.addScript does this for you.
FYI: I also use http://tapestry5-jquery.com/. If you already know
jQuery it's pretty easy to use and the samples should get you going.
s the value it should.
Best Regards,
Wulf
-Original Message-
From: joch40 [mailto:janko.jochim...@urios-beratung.de]
Sent: Montag, 17. Oktober 2011 23:00
To: users@tapestry.apache.org
Subject: RE: Practical jQuery Integration
Hi ,
thank you all for your support. Great community.
but...
Hi ,
thank you all for your support. Great community.
but
I installed Firebug and you are right I think I will need it.
First I fund an error in my method
javaScriptSupport.addScript(scriptstring, "a",
"Test Alarm");
with
String scriptstring = "jQ
atung.de]
Sent: Montag, 17. Oktober 2011 00:36
To: users@tapestry.apache.org
Subject: Re: Practical jQuery Integration
Hello Sigbjørn,
I have seen https://github.com/got5/tapestry5-jquery , but this seems to
work only in tml /
Hi
About Tapestry5-jQuery, you will find a lot of informations on our demo
website : http://tapestry5-jquery.com/.
If you want to use both Prototype and jQuery libraries, you should set the
JQuerySymbolConstants.SUPPRESS_PROTOTYPE to false in your AppModule. Our
library will automatically include
Hello Sigbjørn,
I have seen https://github.com/got5/tapestry5-jquery , but this seems to
work only in tml /
Hi.
There seems to be a replacement module at
https://github.com/got5/tapestry5-jquery which will inject the jQuery
library for you.
If that does not work, have you tried to follow the guide at
http://wiki.apache.org/tapestry/Tapestry5HowToIntegrateJQuery ?
(ps: I have not used jQuery in my t
Hi,
Sorry for being unclear and thanks for your question.
It simply dosen´t work.
In the tml version - as in the original version - the alert pop´s up after
you try to click an Link and you don´t go to the target side.
In my version the systems simply goes to the target site without any alert
I don't think you mentioned your problem. What goes wrong ?!
On Sun, Oct 16, 2011 at 1:55 PM, joch40
wrote:
> Hello,
>
> I am quiet new to Tapestry and a bit lost in the moment. I try to integrate
> jquery in my project. I learn about the $ sign Problem I managed to
> integrate the Alert-Sample f