I need to select all elements, that has binded \"click\" event? Is there such selector exists?
No. You can iterate over all elements and check if they have an event binding. But that wouldn't be very efficient unless you have a clue what kind of elements would have that event binding so you can narrow the search.