Re: Tapestry use both Jquery and Prototype

2013-03-15 Thread bhorvat
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

Re: Tapestry use both Jquery and Prototype

2013-03-15 Thread bhorvat
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

Re: Tapestry use both Jquery and Prototype

2013-03-15 Thread bhorvat
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

Tapestry use both Jquery and Prototype

2013-03-15 Thread bhorvat
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