Код: Выделить всё
$("*").click(function(){
$(this); // how can I get selector from $(this) ?
});
Подробнее здесь: https://stackoverflow.com/questions/242 ... ery-object
Код: Выделить всё
$("*").click(function(){
$(this); // how can I get selector from $(this) ?
});