“Pada klik konfirmasi” Kode Jawaban

OnClick JavaScript Konfirmasi

<a href="url_to_delete" onclick="return confirm('Are you sure you want to delete this item?');">Delete</a>
Talented Thrush

apakah Anda yakin ingin melanjutkan klik OK tombol javascript kode

var result = confirm("Want to delete?");
if (result) {
    //Logic to delete the item
}
Bored Bee

OnClick JavaScript Konfirmasi

<a href="#" onclick="javascript:return confirm('Are you sure you want to delete this comment?')"><i class="ri-delete-bin-7-line"></i></a>
Shadow

Pada klik konfirmasi

 <a href="url_to_delete" onclick="return confirm('Are you sure you want to delete this item?');">Delete</a>
CodeHelper

Jawaban yang mirip dengan “Pada klik konfirmasi”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya