George_Fal 2014-04-05 07:05 采纳率: 0%
浏览 33

执行AJAX加载的HTML5

For my CMS I'm loading the contents with AJAX (using Prototype). THe new Javascript I'm executing by Prototype's internal method string.evalScripts(). This works fine. But now I saw that HTML5-Elements like the video-tag isn't executed. The code is there, but the browser doesn't show it. How do I execute these HTML5-Elements?

  • 写回答

1条回答 默认 最新

  • weixin_33698823 2014-04-05 08:05
    关注

    Take a stone a threw it on me. It is executed, but I used relative paths. So the paths were wrong.

    评论

报告相同问题?