Skip to main content
Stack Overflow
  1. About
  2. For Teams

Timeline for answer to Separate save actions jQuery and PHP by Quentin

Current License: CC BY-SA 3.0

Post Revisions

5 events
when toggle format what by license comment
Oct 6, 2012 at 5:42 vote accept Community Bot
Oct 4, 2012 at 12:55 history edited Quentin CC BY-SA 3.0
added 46 characters in body
Oct 4, 2012 at 12:55 comment added Quentin No, not or. That could be considered as an enhancement once the basic functionality is implemented, but it shouldn't be a replacement.
Oct 4, 2012 at 12:54 comment added giorgio or if you want to be really fancy, append a click event to each button and handle the request with ajax. (your js code would look something like $('.save-button-class').on('click', function(e) { alert('saving row with id' + $(this).attr('name')); $.post('...'); });
Oct 4, 2012 at 12:46 history answered Quentin CC BY-SA 3.0

AltStyle によって変換されたページ (->オリジナル) /