[eluser]Biran[/eluser]
Hi!
I am new in CodeIgniter. Recently I am getting problem in integrating jquery thickbox and call view page on in. Thickbox is displayed but page on it is not displaying.
Please any one can have a idea on it?
[eluser]skunkbad[/eluser]
[quote author="Biran" date="1271146979"]Hi!
I am new in CodeIgniter. Recently I am getting problem in integrating jquery thickbox and call view page on in. Thickbox is displayed but page on it is not displaying.
Please any one can have a idea on it?[/quote]
Show some code.
[eluser]Biran[/eluser]
I had included js and css files in my template.php
And in my view page I have following script,
a href="<?php echo $main_url.$ajaxpages;?>edit.php" id="edit" class="thickbox">Edit</a>
edit.php is in my ajaxpages folder.
[eluser]Biran[/eluser]
Thank you for suggesting me to use facebox or slim box. While using thickbox, it displays the popup overlay but the page that I called is not displayed.
My script is:
a href="http://192.168.0.87/sports/web/myadmin/index.php/events/listing" id="edit" class="thickbox" >Edit</a>
I am confused that is that correct path I am using in CodeIgniter ? Please suggest