I just updated an local version of jQuery 1.4.2 to 1.6.4.
When I try to access the widget button or dialog IE throws me a "permission denied" error in jQuery. I Follow the trace and found that the error was in the function evalScript in the jQuery file.
Here is how I called the button and dialog :
$('.button').button();
$('.button').css('margin-top', '10px');
$('#dialogAlerte').dialog({
'title':opinionLabel['_L_AVERTISSEMENT'][langue],
'autoOpen':false,
'modal':true,
'draggable':false,
'resizable':false
});
I found the following question, but it does not fit this context : "Permission denied" with Internet Explorer and jQuery
EDIT :
- It was working with jQuery 1.4.2.
- There is
Tabsbefore in the code and the tabs are display correctly