[jQuery] Re: - Object Oriented / PHP5 - Possible BUG with Jquery

2008-09-25 Thread Mario Moura
Hi Ricardo Thanks. Works fine now! You saved my day! Regards Mario NOT A BUG!! MY FAULT! SOLVED 2008/9/25 ricardobeat <[EMAIL PROTECTED]> > > I have no clue on the PHP side of this, but try this script instead: > > > $(document).ready(function() { > > $("#out").click(function(){ >

[jQuery] Re: - Object Oriented / PHP5 - Possible BUG with Jquery

2008-09-25 Thread ricardobeat
I have no clue on the PHP side of this, but try this script instead: $(document).ready(function() { $("#out").click(function(){ $('form').submit(); return false; }); }); On Sep 25, 11:40 am, "Mario Moura" <[EMAIL PROTECTED]> wrote: > Object Oriented / PHP5 - Possibl