1
人。 jQuery .setPropertyで属性のような関数を使うことはできますか?.setPropertyに属性のような関数を追加できますか?
jQuery(document).ready(function(){
jQuery(".content-wrapper").mouseenter(function(){
jQuery(this).find('.separator-content-box').each(function(){
this.style.setProperty('width', jQuery(jQuery('.content-wrapper').width() - jQuery('.heading').width()), 'important');
this.style.setProperty('border-color', 'red', 'important');
});
});
はい!この「this.style.setProperty( 'width'、jQuery(jQuery( '。content-wrapper'))には、jQueryが追加されています。 '); " –