There are now 3 ways to use jquery with tapestry.

1. tapestry-jquery: This 3rd party library completely removes prototype from
tapestry and replaces the core tapestry javascript with custom jquery logic.
http://tapestry5-jquery.com/

2. JQuery and Prototype side by side: This involves including a customised
jquery javascript file. You need to add "jQuery.noConflict();" to jquery.js.
http://wiki.apache.org/tapestry/Tapestry5HowToIntegrateJQuery

3. tapestry-5.4-alpha2: The latest (unreleased) version of tapestry allows
you to switch the "foundation" framework from prototype to jquery.
http://tapestryjava.blogspot.com/2013/01/tapestry-54-jquery-support-now-in-place.html

Tapestry has not, to date, concerned itself too much with widgets and
instead provides a framework for 3rd parties to create their own components.
You can easily create your own slider component using
prototype/scriptaculous, jquery UI or any other widget framework of your
choosing.



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Tapestry-Slider-Component-tp5719736p5719767.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to