views:

570

answers:

2

hi friends

I am developing one site using joomla 1.5 and mootools 1.1 for js framework,

in that i need to display some HTML content to be displayed in thick box.

I have tried a lot, but its not working for me not even giving an error.

Please let me know if have any solution to this problem.

Thanks in advance......

A: 

It looks like ThickBox is intended to be used in conjunction with jQuery. Smoothbox, however, is a port to MooTools. I suggest you add the Smoothbox files to your project and look over the demo code.

artlung
+1  A: 

Joomla has Squeezebox built in, and you can use it to show an iFrame with any HTML you want. Squeezebox uses MooTools which is also built into Joomla. JQuery works with Joomla but sometimes can cause conflicts. See [here] for Squeezebox guidance.

E Wierda