tel8618217223380 / jcrop

Automatically exported from code.google.com/p/jcrop
0 stars 0 forks source link

Problem using jcrop in iframe using thickbox.js #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Include thickbox.js jquery library
2. Open the a php file, with Jcrop enabled on $(document).ready(), in a iframe

Unable to see Jcrop. Just see a blank grey colored page

What version of the product are you using? On what operating system?
Firefox 3.3 and OS is winXP. Jquery 1.3.2

Please provide any additional information below.

Original issue reported on code.google.com by manishar...@gmail.com on 4 Oct 2009 at 1:59

GoogleCodeExporter commented 9 years ago
Try this:

<code>
$(window).load(
    function() {
        // weave your magic here.
    }
);
</code>

Original comment by nateyaco...@gmail.com on 12 Nov 2009 at 6:44