ThickBox is a webpage UI dialog widget written in JavaScript on top of the jQuery library. Its function is to show a single image, multiple images, inline content, iframed content, or content served through AJAX in a hybrid modal.
3
votes
0answers
33 views
set jquery ThickBox size to auto
I use JQuery ThickBox 3.1 to show my Iframed Content as popup window .
<a href="popUp.aspx?id=<%#Eval("id")%>&TB_iframe=true&height=600&width=800"
...
0
votes
0answers
10 views
data pager doesn't work properly after closing the thichbox
Here is my code ,
<telerik:RadListView runat="server" ID="myDataList" AllowPaging="true"
DataKeyNames="id" ItemPlaceholderID="PlaceHolder1"
NeedDataSource="list_DataRebind">
...
1
vote
1answer
43 views
using inline content in jquery thickbox
I use JQuery ThickBox 3.1 , and here is my code
<telerik:RadListView runat="server" ID="myDataList" AllowPaging="true"
DataKeyNames="id" ItemPlaceholderID="PlaceHolder1"
...
0
votes
1answer
18 views
Thickbox iFrame Showing One Div
Is there away with using Thickbox that when I use an iFrame that I can only show one particular div instead of loading the whole page?
0
votes
0answers
35 views
while using thickbox, how to stop closing of layer by clicking outside it [closed]
I have a layer which I am showing using thickbox, but I want that for this particular layer, clicking anywhere outside the layer should not close it. For this, I could easily over-write the tb_close() ...
0
votes
0answers
68 views
Thick Box Pop Up in WordPress to Contain Basic .php / html ( Implementation help required )
This is a Wordpress question:
I was wondering if anybody knew how to add a container for basic php /html
as a separate section in post edit or page edit?
(styling not an issue as this isn't my issue)
...
0
votes
0answers
84 views
Thickbox Resizing
I am currently using a thickbox with height=255 and width=550. I want to go to this link which is another thickbox with a height=625 and width=580. My problem is the thickbox size remains height=255 ...
-2
votes
1answer
50 views
Go out of the Thickbox [closed]
I want to know how can I redirect to another page...
I have a login page using a thickbox and I want to redirect to the homepage when successfully logged in.
My problem is i want to go out of the ...
0
votes
1answer
70 views
thickbox content not loading
I have created one page, which is called from another one by using window.open method.
now, when i open thickbox from the newly opened window, it just display lightblack background but not the ...
1
vote
0answers
156 views
Thickbox not getting values of textbox using Jquery
I used thickbox components in Joomla. I am submitting form using jQuery ajax but jQuery not getting values after click on submit buttons. I used
and created script.js file containing :
...
0
votes
0answers
499 views
jQuery/Thickbox Popup
I am trying to create a popup that shows on page load only once (for revised terms & conditions).
I am using jQuery/ Thickbox / jQuery cookie to accomplish this..
...
0
votes
1answer
62 views
How to use jQuery inside a WP thickbox
I'm creating a Wordpress plugin wich adds a metabox to post edit page.
In this metabox there is a link to open a page in a native thickbox (ajax content and NOT into iframe)
In this opened content I ...
0
votes
0answers
42 views
Unable to get Thickbox width
I have code where I'm using a thickbox to open an iframe into it. Inside the iframe we call a seperate website. On the landing page of the site we want to find the height and width of the container so ...
0
votes
0answers
125 views
open thickbox with input type submit (not the Perl version)
Trying to work this out and am not able to get it to work.
$("#login_form").bind("submit", function() {
$.ajax({
type : "POST",
cache : false,
url : ...
3
votes
2answers
115 views
Max-height relative to parent doesn't work
I'm trying to put a lot of content in "Thickbox" (Javascript popup window) and it works almost fine but I can't make max-height: 100%; (relative to parent) and overflow-y: scroll; work.
There are two ...
-1
votes
1answer
105 views
thickbox in code igniter [closed]
I am implementing thickbox iframe to make input box to take some user data .thickbox jquery
<script>
function doThis(value)
{
tb_show('Add Transaction Number', ...
0
votes
1answer
85 views
Check if AJAX generated content is visible
I'm attempting to stop users being able to refresh the page using 'F5', but only when the Thickbox is shown.
Trouble is, after I switch between pages in the Thickbox, my check below to see if the ...
0
votes
1answer
111 views
Check if Thickbox is open
I'm using WP and I use the Thickbox to upload images in the back end on a custom page.
Is there a way for JS to check to see if the Thickbox is open?
I need to check this as I have an onbeforeunload ...
0
votes
0answers
24 views
ptTimepicker is showing underneth the thickbox content. Please someone help me
I have included the timepicker files in the index.php, as follows
<!-- jQuery Time Picker -->
<script type="text/javascript" src="js/jquery.ptTimeSelect.js"></script>
...
0
votes
0answers
76 views
Thickbox Iframe preloader
I'm using thickbox to popup an iframe. Is there a way to add a preloader image while the iframe is being loaded?
2
votes
1answer
522 views
Adding wp_editor inside a thickbox
I would like to add a wp_editor inside a modal dialog (thickbox) at frontend but only gets an empty editor with no buttons on in. (WordPress 3.5 and plugin development)
The wp_editor is attached via ...
1
vote
1answer
222 views
Why won't WordPress load thickbox and media-upload scripts?
I'm working on a plugin that uses thickbox and media-upload to set some images. Neither will load using this code:
function add_my_files() {
echo 'happy happy happy';
...
0
votes
1answer
797 views
How to manage parameter in thick box tb_show function?
I am using below script on a form (say, form-A) to load another form (form-B) in thickbox, with values passed by controller.
First, in form-A, i am selecting one option from dropdown "customerID", ...
0
votes
1answer
69 views
Thickbox not closing after inserting media in Wordpress
I'm using the Wordpress Thickbox to try and retrun the value of the images that a user wants to select (when they click 'Insert into Post'), but the Thickbox is not closing, just showing as any empty ...
3
votes
1answer
165 views
How do I assign an href value to a custom TinyMCE button in WordPress?
Okay, this is killing me. I've written a WordPress plugin that adds a custom button to the TinyMCE editor and it works great, except that the options pop-up window triggered by the button loads ...
0
votes
2answers
104 views
how to dispaying '✔' dynamically in jsp
I am using Unicode value "\u2713" to display '✔' a tick mark in a row of table(like static way inside .jsp), now I need to display '✔' Dynamically, whenever I click on one upload button in my ...
0
votes
0answers
227 views
thickbox popup is closed when click on outside thickbox window (thickbox library)
I am using javascript thickbox library for opening popup. I am displaying data in thickbox iframe. I dont want close thickbox on click outside window.
I can't use modal=true because if i use that ...
1
vote
0answers
294 views
issue opening thickbox from inside an existing iframe
So I seem to have found myself in a bit of pickle. In order to keep a header flash element from reloading every time someone goes to a different page, I encapsulated all my site's content in an ...
-1
votes
1answer
179 views
post data to a thickbox or a new window using ajax and display posted data [closed]
Can data be posted to a thickbox or a new window using ajax POST method and then display that posted data in that thickbox or a new window on a button click ? Please help with code.
jquery post data ...
0
votes
0answers
200 views
post data to a thickbox using ajax [closed]
I need to post data to a thick box using ajax and open it immediately and display the posted data. The user would click on a link/button and the data i.e. value of the selected checkboxes would be ...
0
votes
2answers
136 views
how to call javascript function inside thickbox?
My javascript function not working inside thickbox.
i have a function **searchRealtors()**,
it will get invoked on keyUp and it works if loaded the page directly.But inside thickbox its not..
My ...
0
votes
0answers
122 views
How to display only div1 content using the thickbox
Hi i have this HTML code to display the contents using 2 separate div.
This is ab.html
<!DOCTYPE html>
<html>
<body>
<div id="no1">
This is content one
</div>
<div ...
0
votes
1answer
605 views
reference error:jw player is not defined
I'm showing the jw player inside the thickbox and calling the jwplayer code through ajax. When I call it, it is showing the thickbox without jwplayer and Error console showing the reference error ...
0
votes
0answers
197 views
Adding scrollbar to window containing inline element without IFrame
how can I add vertical scrollbar to Thickbox window which contains inline element? The content is too large and the Thickbox window continues out of the visible area. I don't want to use iframes in ...
0
votes
0answers
138 views
How to submit form before close a thickbox
I have a form that lays on a thickbox iframe. When user click on close button of thickbox iframe (TB_closeWindowButton), I would like to confirm with the sentence "Do you want to save changes before ...
0
votes
0answers
229 views
Possible to invoke a thickbox popup (TB_inline) using NAME anchor?
I searched and couldn't find an answer to this.
Given the simple Thickbox popup code...
<a href="#TB_inline?width=800&height=600&inlineId=popup1&modal=false" class="thickbox" ...
0
votes
1answer
317 views
How to use jquery+thickbox open the SubForm, and pass the value to parent form
like this example:
aa.jsp(parent form)
<head>
<script language="javascript" type="text/javascript" src="<%=basePath%>js/jquery-1.7.2.min.js"></script>
<script ...
0
votes
1answer
209 views
submit() not working for first time in rails
I am developing an e-commerce site.. and now I got stuck at one point.. When I submit the form ,it doesn't submits on the first click, and i need to give a second click to get it working... I have ...
0
votes
2answers
321 views
How to remove thickbox background screen from asp.net page?
I have a a href tag and a validate method in javascript
my aspx code is similar like this
<a onclick="validate();" ...
0
votes
1answer
309 views
How to validate the anchor tag before the popup will display?
I have anchor tag with one image tag inside, I am dynamically changing the image inside the anchor tag based on button click. button1 to set Red.png image, button2 to set Green.png image . I want to ...
0
votes
0answers
97 views
Wordpress upload media tool double iframe? How to fix?
I'm using the WordPress upload media tool within my plugin and there's unusual error that is going on, I get two iframes that overlap. I searched online and there's not much info out there, one that ...
0
votes
0answers
57 views
Using Selinium with WordPress Thickbox
I am using Selenuim Webdriver (with Python bindings) to automate some WordPress tasks, and I have not been able to get it to work with the ThickBox that WordPress uses for the file upload dialogue.
I ...
0
votes
3answers
1k views
How to disable anchor tag after first click in javascript ?
I have a a href tag with css class thickbox I need to disable the link after first click. how I can do this?
Aspx code
<a ...
1
vote
2answers
775 views
close thickbox on button click
How to close a jquery thickbox by clicking a button inside the thick box.
Jquery:
<script src="../js/jquery.min.js"></script>
<script type="text/javascript" ...
0
votes
1answer
96 views
how to retrieve a value from a thickbox jquery to the PHP file which called the thickbox?
How to retrieve a value from a thickbox jquery to the PHP file which called the thickbox?..This thickbox is giving hints. So i need to update the database on the basis of whether something happens ...
1
vote
1answer
666 views
IE loses focus on input field in modal
I've got a fairly complex web app which I've condensed down to the following two HTML pages, and the problem still exists. The problem? The thickbox modal's (iframe) input field loses focus after a ...
1
vote
0answers
179 views
reload page after login via wp-login.php popup by thickbox
I open wp-login.php in a popup, so I can login, but everything remains into the thickbox popup.
I want to close the popup and reload the page after the succesfull login but I've no idea about what ...
0
votes
0answers
56 views
ThickBox dim the screen, not showing the form
I am using ThickBox, The following just dim the screen, not showing the form
$(document).ready(function() {
tb_show('Void Transaction','login.jsp?height=250&width=450', null);
});
1
vote
0answers
177 views
How to set auto height of thickbox
I am using ThickBox
To open page using thickbox as Ajax call:
$("#ClickMe").click(function(){
tb_show('Test Page','test.jsp?height=310&width=400', null);
});
How can I set auto height ...
5
votes
1answer
283 views
Set var value from other JavaScript file using jQuery
I have a two JavaScript files:
Main.js
Pmt.js
I'm also using thick box (Ajax call)
in Main.js
$(document).ready(function() {
var cnt=0;
$("#btnPmt").click(function(){
cnt=cnt+1;
...



