I have this unique inline class that needs modification
<DIV title="AST Infrastructure" class="ms-acal-item ms-acal-color4" style="BORDER-LEFT-WIDTH: 0px; HEIGHT: 17px; BORDER-RIGHT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 1px; POSITION: absolute; LEFT: 22px; TOP: 508px; BORDER-TOP-WIDTH: 1px; WIDTH: 1321px">
<DIV class=ms-acal-mdiv>
<A href="/Info/AS_Inf/Lists/Events/DispForm.aspx?ID=1805" target=_blank>Lorem Ipsum is a dummy text, Lorem Ipsum is a dummy text</A>
</DIV>
</DIV>
I am looking to extract the Top
value from the inline class and add 20px to it.
Can anyone guide me on how to achieve this using Jquery or javascript?
I'm struggling with implementing this change.