[jQuery] Re: Ajax call modifying returned html

2009-07-07 Thread mkmanning
The effects functions apply a style of display:block, which causes problems for tables. Try wrapping the table in a div and apply the effect to the div . On Jul 7, 5:45 pm, Will D wrote: > I have a similar issue with hiding / showing table data. > > I have a single table with two tbody elements

[jQuery] Re: Ajax call modifying returned html

2009-07-07 Thread Will D
I have a similar issue with hiding / showing table data. I have a single table with two tbody elements and I have 2 buttons that toggle the display of each tbody using show() + hide(). Whenever I hide the first and display the second tbody for some reason the second tbody upon display looks like e

[jQuery] Re: Ajax call modifying returned html

2009-07-07 Thread James
Is anything being done to the returned html? How are you testing for the additional style? (e.g. via Firebug) It would be helpful if you could post some code or a demo page of the issue. On Jul 7, 12:20 pm, kippertoffee wrote: > Hello all, > > I have a problem with returning html data from an aj