≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
JSON+thickbox
JSON+thickbox
brucken
Posts: 6
Questions: 0
Answers: 0
September 2010
edited September 2010
in
General
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
Replies
brucken
Posts: 6
Questions: 0
Answers: 0
September 2010
Nobody who can help me?
brucken
Posts: 6
Questions: 0
Answers: 0
September 2010
Here is my current code
$sOutput .= ''.json_encode("".$aRow[number]."").',';
brucken
Posts: 6
Questions: 0
Answers: 0
September 2010
Fixed it myself
kannapiran1986
Posts: 3
Questions: 0
Answers: 0
September 2010
Can you give the solution for using thickbox in json??
kannapiran1986
Posts: 3
Questions: 0
Answers: 0
September 2010
[code]$sOutput .= '"Edit",';[/code]
This is my code. But my thickbox is not loading. The url opening separately. Please help me from this..
brucken
Posts: 6
Questions: 0
Answers: 0
September 2010
You have to use the thickbox hack and open the link with
I will send you the solution tomorrow. I'm not home at the moment.
kannapiran1986
Posts: 3
Questions: 0
Answers: 0
September 2010
Yes thanks, Waiting for your solution....
brucken
Posts: 6
Questions: 0
Answers: 0
October 2010
Hello
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
kungfuafrican
Posts: 4
Questions: 0
Answers: 0
January 2011
edited January 2011
.
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