开发者

how to show HTML tags in DIV

开发者 https://www.devze.com 2022-12-10 16:52 出处:网络
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.

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

精彩评论

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