Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I used jQuery UI Dialog and it works fine. But When I checked it in Firebug 1.11.4, it displays this message in the console:

enter image description here

I'm using jQuery-1.7.1 and jQueryUI-1.8.16. And this is how I call my dialog:

$("#GlobalDialogBox").dialog({
        title: dialogTitle,
        resizable: false,
        modal: true,
        buttons: buttonSet
 });

I dont know what's wrong. Everything works fine though. No Errors. But why is this message showing?

NOTE:

I have ALL the images it requires but it points to this directory

/Content/themes/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/VSNHM06S/images

while my images is in

Content/themes/base/images

And it only happens on the first time I call the dialog. Any ideas?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.