[jQuery] Re: Tabs Documentation

2009-01-15 Thread Marta Figueiredo
Hi, Have you tried http://docs.jquery.com/UI/Tabs ? It seems to be working.. M. Jared wrote: Hi The documentation page for Tabs has not been working for a couple of days, any idea when it will be available again? Thanks

[jQuery] Permission denied to get property HTMLDivElement.parentNode

2008-12-27 Thread Marta Figueiredo
Hi, I have googled the mentioned exception and found out that it is thrown only on Firefox, which has already been reported as a FF problem. However.. is it preventing the correct execution of my application. Does anyone know of a way to prevent this message to be thrown? Thanks M.

[jQuery] Re: jquery + struts action

2008-12-05 Thread Marta Figueiredo
, dataType:'xml', success: function (resp) { // do something with resp } }); -Eric On Dec 4, 10:32 am, Marta Figueiredo [EMAIL PROTECTED] wrote: Hi I need to call an action using jquery.. The following piece of code works correctly for it is calling and executing code the correct

[jQuery] jquery + struts action

2008-12-04 Thread Marta Figueiredo
Hi I need to call an action using jquery.. The following piece of code works correctly for it is calling and executing code the correct struts action. However.. the action itseft is not being correcty forwarded. I don't think that the problem is the action, for if I call it in other ways the