Remove margin-right jquery -
i'm using sortable, need remove margin-right , not leave 0. have problems if use margin-right 0 sortable. wins default margin jquery. no use class change, , can not use remove.attr ("style"), because remove css.
$('selector').css('margin-right', '');
Comments
Post a Comment