You are not logged in.
Pages: 1
Hi thanks for any help~
Using IE 8 if I open a Jquery dialog box I cannot move the dialog.
The dialog opens fine and can be closed. Once the remove Xinha the code works fine - not sure what to do ?
Xinha v 0.95 but reproducible in 0.96.1
code is below:
$('#demo1').dialog({
autoOpen: false,
width: 400,
height: 400,
resizable:'false',
buttons: { "Close": function() { $(this).dialog('close'); } }
});
$('#demo1').dialog('open');
with div id = demo1.
Thanks again
Last edited by ronaktal (2010-06-15 15:40:42)
Offline
Hi,
Thanks for the quick reply; after playing with the jquery source this seems the error only happens with the new Jquery 1.4.2 making there is some conflict with xinha IE and 1.4.2 jquery with event binding (posted in the jquery forum)
will follow-up thanks - meanwhile not sure how to make the two compatible?
Offline
Pages: 1