Accordion CRUD with ajax
Accordion CRUD with ajax
I would like to request added functionality to accordion, where it has an option to add buttons like "show, edit and remove" and other optional buttons for CRUD porposes.
Wherein show would slide down the original information, while edit will ajax to the edit form page and remove would just remove that item, but has a method like remoteAjax so to update the database on delete.