开发者

Create dynamically HTML file (Client - Side)

开发者 https://www.devze.com 2023-02-14 17:20 出处:网络
My question is relat开发者_StackOverflowivelly simple. I need to construct a script in javascript / jquery if possible which will construct HTML files dynamically. I\'ve read that apparently it\'s not

My question is relat开发者_StackOverflowivelly simple. I need to construct a script in javascript / jquery if possible which will construct HTML files dynamically. I've read that apparently it's not possible to access to the client system file but aren't they solutions ?


You might find $.tmpl useful. Check this out.


The Browser will not have access to save files to the users local drive; however, you can certainly user jQuery to generate HTML and render it to the current browser window.

0

精彩评论

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

关注公众号