Portal Home > Knowledgebase > Articles Database > using jquery to delete a record


using jquery to delete a record




Posted by mohammadi, 11-10-2010, 04:37 AM
Hello, I need a jquery code to delete a reocord from my table of database by clicking a link. thanks a lot.

Posted by ArabCoders, 11-10-2010, 07:10 AM
Jquery cant delete records directly, you need to use AJAX & backend script. more info about JQuery AJAX API http://api.jquery.com/jQuery.ajax/

Posted by nightm, 11-11-2010, 03:38 PM
You need to run a php script with jquery ajax and make a crud operation

Posted by ethakota, 11-12-2010, 11:31 AM
I guess it is difficult to remove records using jquery and we use PHP script/code to remove the records.and it is very easy to do it.



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
CronJob (Views: 763)
php send form problem (Views: 712)
Proliant DL120 G7 (Views: 764)


Language: