Need Help in Deletion of a Record using Jquery ....!!! |
[eluser]Zeeshan Rasool[/eluser]
[quote author="umefarooq" date="1241443572"]first set your type:get to post because CI is not dealing with get have look on it http://ellislab.com/codeigniter/user-gui...urity.html and you are calling delete_category function of you controller.[/quote] thanks guys, but i also tried this by setting get to post.yes it is controller function i think when we are call Code: url: '<?php echo base_url(); ?>/admin/delete_category/'+aCars, [quote author="bargainph" date="1241444573"] Code: success: function(message) You can retrieve messages via the success callback. You can get the response which can either be an error or a success message.[/quote] Also when i use success: function(message) its returns nothing in both cases means deletion or failure. |
Messages In This Thread |
Need Help in Deletion of a Record using Jquery ....!!! - by El Forum - 05-04-2009, 01:53 AM
Need Help in Deletion of a Record using Jquery ....!!! - by El Forum - 05-04-2009, 02:26 AM
Need Help in Deletion of a Record using Jquery ....!!! - by El Forum - 05-04-2009, 02:42 AM
Need Help in Deletion of a Record using Jquery ....!!! - by El Forum - 05-04-2009, 03:06 AM
Need Help in Deletion of a Record using Jquery ....!!! - by El Forum - 05-04-2009, 03:52 AM
Need Help in Deletion of a Record using Jquery ....!!! - by El Forum - 05-04-2009, 04:43 AM
Need Help in Deletion of a Record using Jquery ....!!! - by El Forum - 05-04-2009, 05:04 AM
Need Help in Deletion of a Record using Jquery ....!!! - by El Forum - 05-04-2009, 05:11 AM
|