Side navigation
Ticket #5818: ajax.txt
File ajax.txt, 0.3 KB (added by geki007, January 15, 2010 10:35AM UTC)
Testcase loaded Ajax file
<script type="text/javascript">
$(function(){
$("#infodialog").dialog({
autoOpen:true,
height:400,
close:function(event,ui){
$(this)
.dialog("destroy")
.remove()
;
}
});
});
</script>
<div id='infodialog'>
blabla
</div>
Download in other formats:
Original Format
File ajax.txt, 0.3 KB (added by geki007, January 15, 2010 10:35AM UTC)
Testcase loaded Ajax file
<script type="text/javascript">
$(function(){
$("#infodialog").dialog({
autoOpen:true,
height:400,
close:function(event,ui){
$(this)
.dialog("destroy")
.remove()
;
}
});
});
</script>
<div id='infodialog'>
blabla
</div>