I have tried everything I can think of and as of right now I am at a loss and I don't even think that this can be done. So if you know how to do it please let me know
I know how to expand/collapse crosstabs with JavaScript. I was wondering if it is possible to do so in Jquery. I have tried everything I can think of. I can make it look like I want utilizing several crosstabs and surrounding them in DIVS but I don't want to do it that way. I want to be able to use HTML tags and use Jquery that way. If you can help it would be greatly appreciated.
jQuery assimilation in Cognos is always problematic. You could try to replace $ with a variable set to noConflict() after page is loaded, but for the most part, using pure JavaScript will work better.