[Phpmyadmin-devel] AJAXify phpMyAdmin Interface - GSOC 2011 - Table->Operations -> Alter order by

Hi Marc, I started working with ajaxify the actions in Table operations and as the initial task I chose the "*Alter table order by*" action for ajaxify. 1. I added the "*$("#alterTableOrderby.ajax").live('submit')*" action to the functions.js file which posts the *alterTableOrderby *form with ajax post and then return the results without reloading the page. 2. I modified the tbl_operations.php file in order to handle the ajax request which was sent by the above action. I pushed my changes to the repo and please check that. Thank you. Regards, Thilanka. -- L G Thilanka Kaushalya Computer Science & Engineering, University of Moratuwa, Sri Lanka Connect with me at, Gmail : lgtkaushalya@gmail.com Twitter : @thilanka_k Facebook : Thilanka Kaushalya Yahoo : lgtkaushalya@yahoo.com Blog : http://coders-view.blogspot.com/

Thilanka Kaushalya a écrit :
Hi Marc,
I started working with ajaxify the actions in Table operations and as the initial task I chose the "*Alter table order by*" action for ajaxify.
1. I added the "*$("#alterTableOrderby.ajax").live('submit')*" action to the functions.js file which posts the *alterTableOrderby *form with ajax post and then return the results without reloading the page. 2. I modified the tbl_operations.php file in order to handle the ajax request which was sent by the above action.
I pushed my changes to the repo and please check that. Thank you.
Thilanka, it works fine in my tests. -- Marc Delisle http://infomarc.info
participants (2)
-
Marc Delisle
-
Thilanka Kaushalya