jQuery('.class').css(...); と比較して少し奇妙な問題があります。
jQuery('#ns-background-repeat').on('change', function(){
//alert(jQuery(this).val());
jQuery(this).css({ 'background-repeat' : jQuery(this).val() });
jQuery('.test').text( jQuery(this).css('background-repeat') );
});
うまくいかない理由を教えてください: http://jsfiddle.net/eXa4y/2/
クローム: http://gyazo.com/42cd909cc0b1c17023975f034e5a4728 .
Firefox: http://gyazo.com/aa74f7e00fd898a7c43c2d7e44d0d17c - うまく動作します。