Answers for "jquery check if div has a certain style"

1

jquery check if div has a certain style

if ($('#yourElement').css('position') == 'absolute')
{
   // true
}
Posted by: Guest on March-31-2021

Code answers related to "jquery check if div has a certain style"

Code answers related to "Javascript"

Browse Popular Code Answers by Language