[jQuery] Re: $.ajax({datatype:html... does not seem to evaluate scripts?

2007-10-15 Thread Vikas patial
Hi Well had to change datatype to script , then it was working. But still not working with HTML datatype. Vikas On Oct 14, 8:48 pm, Michael Schwarz [MVP] [EMAIL PROTECTED] wrote: $(#myid).html(bbold/bnbsp;script type=\text/javascript\ defer=\defer\alert(1);/script); Maybe this does help

[jQuery] Re: $.ajax({datatype:html... does not seem to evaluate scripts?

2007-10-14 Thread Vikas patial
Hello Im facing the same problem , does anyone have a solution to this problem. Regards Vikas On Oct 4, 5:15 pm, joelarson [EMAIL PROTECTED] wrote: Nevermind everyone, I sorted it out. On Oct 3, 10:18 am, joelarson [EMAIL PROTECTED] wrote: The documentation notes that when using the

[jQuery] Re: $.ajax({datatype:html... does not seem to evaluate scripts?

2007-10-14 Thread Michael Schwarz [MVP]
$(#myid).html(bbold/bnbsp;script type=\text/javascript\ defer=\defer\alert(1);/script); Maybe this does help you, not tested. Michael On Oct 14, 10:46 am, Vikas patial [EMAIL PROTECTED] wrote: Hello Im facing the same problem , does anyone have a solution to this problem. Regards