technoesh adlı üyeden alıntı





jQuery UI Dialog - Animation

<script></script>
<script></script>

<script>
$(function() {
$( "#dialog, #dialog2, #dialog3" ).dialog({
autoOpen: false,
show: {
effect: "blind",
duration: 1000
},
hide: {
effect: "explode",
duration: 1000
}
});
$( "#opener" ).click(function() {
$( "#dialog" ).dialog( "open" );
});
$( "#opener2" ).click(function() {
$( "#dialog2" ).dialog( "open" );
});
$( "#opener3" ).click(function() {
$( "#dialog3" ).dialog( "open" );
});
});
</script>



This is an animated dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.





This is an animated dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.





This is an animated dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.








Bu şekilde yaparsanız olacağını düşünüyorum.


Öncelikler cevabınız için teşekkür ediyorum. Evet oldu olumlu bir şekilde çalıştı ancak ben özel mesajlaşma sisteminde kullanacağım her mesaj için scriptte ayrı id ler tanımlamak zorunda kalacağım bu işlemi tek fonksiyonla yapmam mümkün mü?