javascript - Trigger function on jquery addon -


i have hard time searching solution this.

i've downloaded pageslider jquery addon, function trigger each time pageslider triggers.

http://www.jqueryscript.net/zoom/jquery-plugin-for-responsive-page-slide-menu-pageslide.html

function horse(){     alert("hey"); }  $(".second").pageslide({ direction: "left", horse() }); 

any ideas?

this setup doesn't work, not sure else do.

thanks!


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -