⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Delete button not working



faisalnaseer

faisalnaseer
  • profile picture
  • Member

Posted 19 November 2015 - 17:09 PM

while using grocery crud I am unable to delete items as when click the button its displays in status bar

.../delete/5 but not deleting the actual item.If any help thanks in advance

and in inspector it shows

<a href="javascript:void(0);" data-target-url="http://localhost/IMS/index.php/products/index/delete/5" title="Delete Product" class="delete-row">
<i class="icon-trash"></i>
Delete Product </a>

I know its not working because of  javascript:void(0);  but dont know how to handle this situation?