javascript as response text

Posted by Aneesh on Stack Overflow See other posts from Stack Overflow or by Aneesh
Published on 2010-06-16T09:41:59Z Indexed on 2010/06/16 10:12 UTC
Read the original article Hit count: 150

Filed under:
|
|

Hi, I have an Ajax function which will retrieve some RSS feed script from server. I put this responsetext in a div using:

$("#divId").html(responsetext);

I want to execute the script inside the response. Currently, the RSS feeds not showing in the div. Is there any way to do that ? thanks..

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery