- Where Developers Learn, Share, & Build Careers
I have installed a jQuery slider in WordPress and the plug comes with an API.
API information that has been given to me
The API methods are trying to make me my previous and next button: Previous slide: revapi1.revprev (); Next slide: revapi1.revnext ();
I think I need to use two ways about it
thanks jamie
Maybe you can try it.
Place this in your header:
$ (document) .ready (function () {$ ("# revNext"). Click (function () { Revapi1.revnext ();});}); Put it in your body
& lt; Div id = "rev nextext" & gt; Next slide & lt; / Div & gt;
Comments
Post a Comment