+ 1
How can made read and write file by use jquery
It is possible that i can made read or write file by use jquery.
3 Answers
+ 3
Definition: jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.
-jQery does not have access to file system.
-It main purpose is to ease DOM manipulation and is browser specific.
That is where node.js come in.
This link https://nodejs.dev/ will answer your question better.
+ 2
you can store data in localStorage and cookies by JavaScript.
jQuery just manipulates DOM