kiran wrote:
Hi Friends,
I am very new to JQuery, infact Iam checking if we can use JQuery for
our requirements. In regards to that I have couple of queries.
1. Can we do file operations using JQuery ? For instance if I make
some modifications to DOM/HTML, can I save it back to the disk?
Not unless you have a server-side technology that you can POST to, e.g. PHP.
2. Can I use Jquery for search/replace text in non html/XML files(like
JS files)?
This sounds like something that would be more suited to standard
JavaScript. jQuery doesn't improve search/replace, only manipulating the
DOM (find, access, remove, add), so if there's no DOM there's no real
benefit to using it.
Any inputs on this will be very helpful.
Thanks in advance