![]() |
CodeIgniter + Thickbox inline content = false :( - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: CodeIgniter + Thickbox inline content = false :( (/showthread.php?tid=8581) |
CodeIgniter + Thickbox inline content = false :( - El Forum - 05-23-2008 [eluser]Beakid[/eluser] Hi! I'm experiencing a problem when using the jquery plugin Thickbox with CodeIgniter. I'm not doing anything fancy with ajax, I just want to show some inline html inside a popup. But - instead of the thickbox popping up, the loadingAnimation.gif shows at the bottom of the page and nothing happens. No javascript-error. No nothing. My link is this: Code: <a href="#TB_inline?height=390&width=780&inlineId=popup" title="View popup">link</a> It works great in my original php-site (before switching to CodeIgniter). Anyone? CodeIgniter + Thickbox inline content = false :( - El Forum - 05-23-2008 [eluser]GSV Sleeper Service[/eluser] it's probably something to do with those get vars in the href, GET is turned off by default in CI. anyway, a non-working 'thickbox' is a good thing, do you have any idea how irritating those things are? ![]() CodeIgniter + Thickbox inline content = false :( - El Forum - 05-23-2008 [eluser]Beakid[/eluser] Eh, I just forgot to include the thickbox.css lol |