Accordion style function not working with jQuery 1.4.2 but works with jQuery 1.2.1
I have a table display that uses an accordion like function to hide sub info in the table due to the length of the overall table. I built it using v1.2.1 and it worked fine. However I have also implemented another function elsewhere in the site that requires v1.4.+ and because of this the accordion or expanding table doesn't function properly.
The initial display is showing all of the rows of data, not what I want. When you click the parent row it will then hide the info, but you can't click a second to time show the info. It does nothing then.
Any help would be greatly appreciated!!!
Thanks