Tabs problem

Tabs problem


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.