I have 2 suggestions:
1) wrap data in a div before creating the modal
$($("<div></div").append(data)).modal();

2) use an iframe to load the full page in the modal
$.modal('<iframe src="iframe.html" id="iframeTest" name="iframeTest"
height="450" width="830" style="border:0" />');


On Jul 10, 6:13 am, jq noob <[email protected]> wrote:
> If you checkhttp://www.ericmmartin.com/simplemodal-test/you will see
> that this is a valid option. I did try out your suggestion, just to be
> sure but it didn't matter. Thanks for the reply though!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to