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

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -