understanding on() in Jquery
Posted: Tue Nov 18, 2014 3:36 am
well actually i do understand what the on() function does in Jquery but i don't quite get what's it doing in this case ??
can somebody explain what the following line is really doing ?
the entire code can be found on github .
https://github.com/luis-almeida/unveil/ ... .unveil.js .
can somebody explain what the following line is really doing ?
Code: Select all
$w.on("scroll.unveil resize.unveil lookup.unveil", unveil);
https://github.com/luis-almeida/unveil/ ... .unveil.js .