How to increase/decrease current margin at a number by jquery?
- by Relax
Given an element with unknown margin-left, how to increase its margin-left at a number say 100px?
For example, assuming the original margin-left is 100px, the expected result is 100px + 100px thus 200px finally.