I got a ui tabs in my page, the first have the content in that page but the second one load his data from a url. When i click the second tab the content is load but the javascript included in the response are no executed at all, i try putting alerts and works,. but with the original jquery script doesn't. Example i got http://some/pagethis return <div id="container"></div><script type="text/javascript">$ ("#container").css('border','1px solid darkgreen').html('content');</ script> that code select the dom object div, but doesn't change the appearance.
Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@googlegroups.com To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---