Hello people, I have big problem with jQuery and Submit button in Tapestry 5. When jQuery is loaded and "prototype.js" disabled "submit" button in .tml page where is some form didn't work. Next case is when jQuery disabled and "prototype.js" enabled button work. And last case is when both (jQuery and "prototype.js") is disabled, button work. Where is the problem? I need jQuery to be activated/loaded becouse i have other things on template which use jQuery.
Thanks very much and best regards, Marko Perovic ----------------------------------------- 17 posts Hi Do you have any JavaScript errors ? It looks like a conflict between the "$" of jQuery and Prototype. Did you add a jQuery.noConflict(); ? You can also use the Tapestry5-jQuery project, which provide an easy way to create a jQuery+Prototype application : http://tapestry5-jquery.com/ Manu ----------------------------------------- I try with tapestry5-jquery with no success, i try with jQuery.noConflict(), then things which use jQuery didn't work but submit button work. :( ----------------------------------------- Is there anyone who can help me? :) Best regards, Marko Perovic -- View this message in context: http://tapestry.1045711.n5.nabble.com/jQuery-and-Submit-button-Tapestry-5-problem-tp5583697p5583697.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