If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Jquery Expand/Collapse

Started by thegiff, 20 Jan 2015 02:58:32 PM

Previous topic - Next topic

thegiff

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.

navissar

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.