Apologies if this is overly basic, but I couldn't find much info with my searches.
I have a simple link: <a href="delete">delete</a>
.
Clicking the link deletes an item from my database.
How do I make the link show a popup (JavaScript alert
box?) with a message:
Are you sure? [Yes] [No]
I'd like to use jQuery instead of inline JavaScript, if possible.