[jQuery] Renderer plugin help
Hi, my situation is that I am having to manipulate dynamic objects
after they are rendered because of core component encryption. I am
using joomla and jquery has allowed me to get the job done in these
circumstances. I love it..
I am using the expander() plugin for an ul and li items.
It seems to work but I do not receive the slice of characters to show
my intro text. I t always says "read more" and "collapse.." and has my
text inside but no intro characters.
Joomla has mootools built in and I have been using Jquery noConfilct()
to change my "$" into "jQuery"
i Have tried to mess with the plugin to maybe catch that if that is
the problem but getting no where and not getting helpful errors in
firebug.
This is my php that renders my list:
[CODE]<div><?php echo $this->ifields['Gallery']; ?></div><br /