Stefan_Lam88 0 Junior Poster

http://bxslider.com/

Hi guys, refering to the above jquery bxslider.I wish to ask how to implement the public function of the code?

destroyShow()
Destroys the active slideshow
reloadShow()
Reinitialize a slide show

regarding this two..

is it
$("#test").bxSlider(<--characteristic-->).reloadShow()?

now the situation is I got 2 sliders. after I implement first slider, my bx-next and bx-prev two button havent been destroyed.After I click second slider, the bx-prev and bx next will redirect me to first slider after I click next or prev, obviously the next and prev is pointing to first slider.I suspect is destroyshow have to use but no idea how to implement.anyone?