hello, i am new to javascript and jQuery both... i am developing one page in which i have generated page's whole html from code... in the page there in one textbox to Post Messages and for each message comments can be posted... now when i post a new comment oor delete comment i need to do database call. i knew 2 method to do it from js
- do xmlhttprequest
- do ajax call from jQuery.
can anybody suggest me which method will suite my requirement?? -thanks in advance