Hey again folks,

Right, I have discovered what seems to be the root cause of why my
stuff wasn't working.

I did some testing locally with jQuery which worked fine, but when I
tried to inegrate it with some stuff in Joomla (the CMS I am using) it
doesn't work correctly.

Here is how I am activating what I am using:

        $(document).ready(function(){
                $('img').ToolTip('inputsTooltip', { position: 'top' });
                $("*").outlineTextInputs();
        });     

Now, this works fine locally.  It also works if I take the code and
create seperate functions, and then activate them with onclick, but
this doesn't work for me design-wise.

I'm not getting any errors in firefox.  The only difference is that
locally, the JavaScript is in the head tag, while in Joomla it's
loaded in the componant, but when I view the source it shows fine.

Does anyone have any ideas what could be going on?

Regards,
Tane Piper

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to