Menu
Horje
Hi !
Welcome,
Guest
Close Menu
Home
Coding
Code Example
Download
Home
Coding
Code Example
Getting the ID of the element that fired an event Code Example
Getting the ID of the element that fired an event
$(document).ready(function() { $("a").click(function(event) { alert(event.target.id); }); });
Source:
stackoverflow.com
Next
Previous
Csharp
Related
how to check if data already exists in database in c# mvc Code Example
.net Code Example
take the last 50 from array c# Code Example
Configure Automapper Code Example
c# extension method in non static class Code Example
Type
:
Code Example
Category
:
Coding
Sub Category
:
Code Example
Uploaded by
:
Admin
Views
:
11