Posts by Pedro Guedes • 1 point
1 post
-
0
votes2
answers275
viewsA: How to use jQuery’s reverse function to undo something?
You grouped the two functions into parentheses, making them the 2nd parameter of the call to . on(). Thus, your call was with 2 parameters: .on('hover', (function(), function())) That’s why, by…