[jQuery] jQModal is "modaling" over target div content.

[jQuery] jQModal is "modaling" over target div content.


OK, this is kind of odd. Hopefully it is something relatively simple.
I have a div set with modal target and inner AJAX content target
defined as:
<div id="modalFormContainer"><div id="modalFormContainerContent"></
div></div>
I have a JS Function with calls to jqModal as such:
$('#modalFormContainer').jqm({ajax: '../modules/dispatcher/index.php?
mod=content&op=modalForm', target: '#modalFormContainerContent',
modal: true, trigger: false});
$('#modalFormContainer').jqmShow();
The end effect is that the 50% black haze covers the div content and
prohibits clicking inside of the content area.
Anything obvious I am doing wrong here?
Thanks much!