私はこのjQueryコードを持っています:
nextimg = $('.index-slide-container img#' + next);
nextcaption = $('.index-slide-container .index-slide').filter('#'+next);
nextimg.css({
'left':'100%',
'z-index':'99'
});
nextcaption.css({
'left':'100%',
'z-index':'99'
});
どうにかして 2 つの .css 関数を 1 つに結合/連鎖できるかどうか知りたいですか?