This question is locked. New answers and comments are not allowed.
Hi telerik's,
i'm using this code to load a window content :
i'm troubled to see that this click on mybuttoninside the window doesn't work when i remove the alert();
is there are any latency, or special thing with alert...
thanks
ps (firefox 3.6.10)
i'm using this code to load a window content :
$("#wincontent").load('@Url.Action("mywin","Home")', { sommestuff:"title" }, function(){ $('#mybuttoninside'.attr('onclick','').click(function(){ alert("loaded"); $('#_twindow').data("tWindow").destroy(); Another thing... });
}); i'm troubled to see that this click on mybuttoninside the window doesn't work when i remove the alert();
is there are any latency, or special thing with alert...
thanks
ps (firefox 3.6.10)