Closed JulianoBarreto closed 11 years ago
The content is duplicated when using continuous sliding. Try setting continuous to false, or use a more specific selector. The cloned panels have a class of clone.
Perhaps var data = $('.panel:not(.clone) #data_cg :selected').val();
might work for you
Yes, it's worked! And now I understand this cloning concept :) Thank you.
It's a kinda weird. But I have a simple
I really don't mind to leave it this way, maybe this post help someone with a workaround.