JSON+thickbox
JSON+thickbox
Hello,
I'm using DataTables in an application where I also use thickbox.
The problem i'm facing now is that I can't open a thickbox from within my datatable if I use json.
Does anybody else has experience with this?
Regards,
Kevin
I'm using DataTables in an application where I also use thickbox.
The problem i'm facing now is that I can't open a thickbox from within my datatable if I use json.
Does anybody else has experience with this?
Regards,
Kevin
This discussion has been closed.
Replies
$sOutput .= ''.json_encode("".$aRow[number]."").',';
This is my code. But my thickbox is not loading. The url opening separately. Please help me from this..
I will send you the solution tomorrow. I'm not home at the moment.
First update your thickbox code with instructions on following site:
[code]http://blogs.digitss.com/technology/hacking-jquery-thickbox/[/code]
Then you can open your thickbox with following code:
[code] $sOutput .= ''.json_encode("".$aRow['id']."").','; [/code]
Regards,
Brucken