In the chrome javascript console I have : Uncaught TypeError: undefined is not a function
I use jquery, because I use some components from http://tapestry5-jquery.com/ I'm really bad at javascript and I don't even understand what this error means. What i need to change to make it works with jquery/Tapestry 5.3.7 ? 2014-09-22 11:28 GMT+02:00 Lance Java <lance.j...@googlemail.com>: > You've probably got a javascript error on the page, check the js console in > your browser. > > Are you using prototype or jquery? The observe javascript is for prototype > and will require a tweak for tapestry 5.4 / jquery. >