Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
rs-carousel div の名前を my_carousel に変更する方法 (たとえば..)?
http://richardscarrott.github.io/jquery-ui-carousel/
どうもありがとうございました。
次のようなものに置き換えることができます。
$("#rs-carousel").attr("id","my_carousel");
ただし、これはおそらくカルーセルを破壊するため、それに対処する必要があります。