Increment css top property using jquery September 24, 2023 by Tarik The simplest way is to use the += operator: $( '#new' ).css( 'top', '+=10px' );