I want to apply a form that sends the data as soon as the user changes it.
Example:
A moderator is editing an article, it changes the values of a selection. When he does this, then ezak sends a request to the dynamic page to change that area. Maybe, if everything is okay after the change, then the page should display a small box with "updating full ..."
Would it be possible? What is the best way to do this?
(I can use jQuery)
The only thing I'm putting on with stuff is that I want to be careful how many AJAX requests you have, for example, if you have a Texteria, you do not want to update every keyboard; The AJAX load on your server will be heavy. In this case, please update every 10 seconds or so.
For things like Featured Boxes, just use $ ("# selectbox"). Change () and insert an AJAX call inside that.
Comments
Post a Comment