ge in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-use-both-Jquery-and-Prototype-tp5720478p5720485.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apach
context:
http://tapestry.1045711.n5.nabble.com/Tapestry-use-both-Jquery-and-Prototype-tp5720478p5720483.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr
tapestry.1045711.n5.nabble.com/Tapestry-use-both-Jquery-and-Prototype-tp5720478p5720481.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additi
ction(event, ui)
{$('#sliderValue').text(ui.value);}); // on this line
$('#slider').bind('slide', function(event, ui)
{$('#sliderValue').text(ui.value);});
The error due to the fact that this is now threated as prototype instead of
jquery.
So my question