I have the click event generated with jQuery, which is being defined within ready , for some reason within ready does not work, but outside, yes.
Code:
$(function(){
$('#id').on("click", function(){ ..algo.. } ); // No fu...
asked by
31.01.2018 / 19:26