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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -