Hi. I'm sending an Ajax Request via jqModal and I'm trying to display a
"Loading...please wait" div while waiting for the requested page to load. On
my main page, I have:

                        <div class="jqmWindow" id="request-load">
                                Please Wait...
                        </div>

My javascript includes:

$(document).ready(function() {
        // Ajax call on a modal box for request schedule from dashboard widget
        $('#request-load').jqm({ajax:'schedules/request',
trigger:'a#request-schedule', modal:true, onLoad:requestScheduleForm});
 });

As what I've read in the docs, the div#request-load should be visible upon
clicking the trigger but it doesn't. I already tried using ajaxText
paramater, but it displays on the main page with the overlay already on top,
so it's not really noticable. Is there something I've missed? thank you very
much.
-- 
View this message in context: 
http://www.nabble.com/jqModal---loading-div-on-ajax-tp19306611s27240p19306611.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to