| [ Index ] |
PHP Cross Reference of zeList |
[Summary view] [Print] [Text view]
1 jQuery(document).ready( function($) { 2 3 jQuery('a.submitdelete').click( function(e) { 4 5 }); 6 jQuery('a.submitdeny').click( function(e) { 7 console.info(this); 8 var href = jQuery(this).attr('href'); 9 jQuery.ajax( { 10 type : 'POST', 11 url : href, 12 data : {}, 13 success : function(response) { 14 console.info(response); 15 }, 16 error : function(reponse) { 17 console.info(response); 18 } 19 }); 20 return false; 21 22 }); 23 24 jQuery('a.submitpublish').click( function(e) { 25 26 }); 27 });
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Sat May 30 23:51:06 2009 | Cross-referenced by PHPXref 0.7 |