I have a doubt, some jQuery methods expect a function as a parameter, but to work they should receive an inner function as a parameter instead of a function directly, as in the example below:
$("a").on("click", function() { retornaNada(); });...
asked by
03.02.2014 / 16:59