Wednesday, May 15, 2013

jQuery Thickbox, passing querystring value

I found a solution for passing value using the jQuery Thickbox.  My error was I placed the querystring value at the end, when I should have placed it on the front.

Sample:
page.php?queryvar=a&TB_iframe=true

This solved my problem.  Thank you internet for giving the answer, but the answer was deep in the haystack.

No comments:

Post a Comment