11.10.2016, 13:10
Can I replace js function 'addEventListener' with some other jQuery?
Maybe something like this?
I want to know the best solution(from clearness and effective) so your suggestions are very important for me. I also know that jQuery has less code so it is much clearer
Maybe something like this?
Code:
$(document).click(select_element);
I want to know the best solution(from clearness and effective) so your suggestions are very important for me. I also know that jQuery has less code so it is much clearer