Welcome Guest, Not a member yet? Register   Sign In
jQuery thickbox plugin
#1

[eluser]raghunath0610[/eluser]
Hi every one
jquery thick box is not working for me

my controller is

<?php

class Report extends Controller
{

function Report()
{
parent::Controller();
}

function index()
{
$data['link'] = '<a href="http://202.62.74.139/test/index.php/report/pop_up?TB_iframe=true&height=500&width=800" title="add a caption to title attribute / or leave blank gfgf" class="thickbox">Example 2</a>';
$this->load->view('report_view',$data);
}

function pop_up()
{
echo "hi hello";
}
}


and my view is

[removed][removed]
[removed][removed]
&lt;link rel="stylesheet" href="thickbox.css" type="/test/text/css" media="screen" /&gt;
&lt;?php echo $link; ?&gt;


any one help me in this this is very argent




Theme © iAndrew 2016 - Forum software by © MyBB