I noticed that in jQuery, parameters can often be passed or omitted, and regardless of order, they work as expected.
What I mean is this. See the following codes below:
$('#x').fadeOut(function(){ alert('complete') });
$('#x').fadeOut(40...
asked by
18.10.2015 / 23:59