[jQuery] Re: simpleModal question. PLEASE HELP!

2009-09-09 Thread David Garthe
Worked perfectly! Thanks Eric! On Sep 9, 2:28 pm, Eric Martin wrote: > David, > > The problem is being caused by the data you are trying to place in the > modal. You can fix it by wrapping the data in a div before using it in > the modal: > > $(document).ready(function() { >         [snip] >  

[jQuery] Re: simpleModal question. PLEASE HELP!

2009-09-09 Thread Eric Martin
David, The problem is being caused by the data you are trying to place in the modal. You can fix it by wrapping the data in a div before using it in the modal: $(document).ready(function() { [snip] $.get("form.cfm", function(data){ // create a modal