wordpress - jQuery slider buttons api methods -


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

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -