I have a problem with cycle plugin multiple pager in the same page I would like to show 24 cycle plugin in the same page. Each plugin contains some picture and information. So I would like to control eachother with "pager". Everthing is ok, all plugins it works simple document ready fuction. But I have a quite diffrent problem with pager.
When I try to add pager:"#nav"
and .before("<div id="nav"></div>")
in the plugin's fuction. The script creates a container like this <div id="nav"></div>
and then plugin appends all pager links in this container. So All pagers links shows in the one container id it casuses like this.
http://onur.mayanet.com.tr/test
I want access to something that each plugin should work with its own pager.