I just used appendControlsTo by (1) changing
d.anythingSlider.defaults={
to
d.anythingSlider.defaults={appendControlsTo:”#nav”,
in the jquery.anythingslider.min.js
(2) adding to the page/post where I wanted it to appear
<div id=”nav”></div>
but then… the links don’t fire the slider to change. I think I’m missing a step here?
[The ‘#nav’ div is dynamic and the ‘li a’ tags do change, for instance, by moving the ‘cur’ class around.]