Conditional Ajax on table Structure

This commit is contained in:
Marc Delisle
2011-01-27 13:08:33 -05:00
parent 916126d034
commit 5b900ead54
3 changed files with 10 additions and 3 deletions

View File

@@ -24,6 +24,7 @@ $(document).ready(function() {
*
* @uses $.PMA_confirm()
* @uses PMA_ajaxShowMessage()
* (see $GLOBALS['cfg']['AjaxEnable'])
*/
$(".drop_column_anchor").live('click', function(event) {
event.preventDefault();
@@ -66,6 +67,7 @@ $(document).ready(function() {
*
* @uses $.PMA_confirm()
* @uses PMA_ajaxShowMessage()
* (see $GLOBALS['cfg']['AjaxEnable'])
*/
$(".action_primary a").live('click', function(event) {
event.preventDefault();
@@ -107,6 +109,7 @@ $(document).ready(function() {
*
* @uses $.PMA_confirm()
* @uses PMA_ajaxShowMessage()
* (see $GLOBALS['cfg']['AjaxEnable'])
*/
$('.drop_primary_key_index_anchor').live('click', function(event) {
event.preventDefault();