I'm trying to apply a js sliding door effect to an article page within wordpress-mu without any luck.
It seems that somehow wpmu is not recognizing my jquery in the header, only within pages and articles and I can't figure out why.
I have a plugin on my website, where I have coded in the sliding door effect, 'hide text in a hidden div' and it works perfectly so I know everything is configured correctly.
Does wpmu somehow ignore any jquery when it's referenced within pages or articles?
Within my article itself, the only code I have to add is
<a class="trigger" href="#">
and of course I have to add the div's defined within the stylesheet that are supposed to be hidden.
I have already added the needed code to the stylesheet.
any help would be greatly appreciated.