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]
>
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
2 matches
Mail list logo