treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Javascript not working after ajax load() method called

  • I am using load() method of jquery to load wordpress page content (using allAjax wordpress theme by Chris). Everything works fine until there is some script inserted via load() method. The script is not executed automatically, so I tried using eval() function, but still it doesn't work. Do I need to use jQuery's ajax() method for this? or is it possible with the load() function?