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.
精彩评论