Codeigniter Mini Project | Delete Blog Article using AJAX

Codeigniter Mini Project | Delete Blog Article using AJAX

Solution Cone

4 года назад

2,571 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@vrushalikadam4843
@vrushalikadam4843 - 09.04.2020 09:39

Thanks For Sharing Knowledge.

Ответить
@priyankasawant2083
@priyankasawant2083 - 10.08.2020 15:56

sir can i get the delete code everything is working fine but delete code is not working for me.

Ответить
@DreamGirl-ci4ky
@DreamGirl-ci4ky - 28.08.2020 10:35

should we delete blog.. without using AJAX

Ответить
@fratquintero
@fratquintero - 09.09.2020 23:28

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.

Ответить
@cheongwenzhe9685
@cheongwenzhe9685 - 29.09.2021 07:13

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>

Ответить
@rajayadav-x5b
@rajayadav-x5b - 17.04.2023 08:43

Thanks sir..

Ответить