Horje
jquery get id of clicked element Code Example
jquery get id of clicked element
$(document).ready(function() {
    $("a").click(function(event) {
        alert(event.target.id);
    });
});




Javascript

Related
how to get element by attribute value in javascript Code Example how to get element by attribute value in javascript Code Example
js preventdefault Code Example js preventdefault Code Example
get hash from url Code Example get hash from url Code Example
js tts Code Example js tts Code Example
node js procfile heroku starter Code Example node js procfile heroku starter Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8