![]() |
thickbox and jquery validation problem - 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: thickbox and jquery validation problem (/showthread.php?tid=20416) |
thickbox and jquery validation problem - El Forum - 07-09-2009 [eluser]quest13[/eluser] When I use the following code, jquery validation works.(jquery.validation.js) Code: "<a href="<?=$url;?>?height=400&width=600" title="Add Image for Product" id="idpro" class="thickbox"><b>Add Image</b></a>" But, when I use Code: "<a href="<?=$url;?>?TB_iframe=true&height=400&width=600" title="Add Image for Product" id="idpro" class="thickbox"><b>Add Image</b></a>" It doesn't work.I mean, it doesn't prompt any message. I need iframe as I want to navigate further to other pages. Any help please ? |