+ 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.

21st Jul 2021, 11:45 AM
Abdun Nur Porag
Abdun Nur Porag - avatar
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.
21st Jul 2021, 12:36 PM
Apongpoh Gilbert
Apongpoh Gilbert - avatar
+ 2
you can store data in localStorage and cookies by JavaScript. jQuery just manipulates DOM
22nd Jul 2021, 9:39 AM
Mehran
Mehran - avatar