Комментарии:
Thanks For Sharing Knowledge.
Ответитьsir can i get the delete code everything is working fine but delete code is not working for me.
Ответитьshould we delete blog.. without using AJAX
ОтветитьHi. I appreciate what you are doing, but, why changing the style of coding, from Codeigniter builders to Ajax. That was not necessary. I am following your videos, but for the sake of programming unity, I kept my <<delete>> controller and views in the same line of the <<add and update>> blocks.
ОтветитьHi Good day,
My alert won't prompt out:
<script type="text/javascript">
$(".delete").click(function(){
alert("Are you sure?");
});
</script>
delete button:
<td><a class=\"btn delete btn-danger\" href='#.' data-id='".$value['blogid']."'>Delete</a></td>
Thanks sir..
Ответить