开发者

how to show HTML tags in DIV

I have an HTML static page how i can show it in a d开发者_如何转开发iv ?


If you can include jQuery, then the task will be very simple.

$("#your-div-id").load("static.html");


You might want to take a look at this previous question on stackoverflow.

Alternatively, frinity has an easy tutorial on how to do this.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜