Thanks Dave, it is working, but of course i can open the dialog only
once. If i try to initialize it first
$(".dialogClass'").dialog({ autoOpen: false,
resizable: false,
draggable: false,
position: top,
modal: true,
});
and than to open it, it is not working again:
$(".MoreInfo").click(function() {
$(this).eq(0).parent().find('.dialogClass').dialog
('open');
});
Where am I doing wrong?
Karlos
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---