Hello,
I am trying to remove css property using jquery but I can't make it work. Please take a look at the below code:
!
The default css property value is
```css
.Skin #Questions{
overflow:auto
}
```
I want to remove the overflow property. Can anyone tell me why the jquery isn't working?
Thank you!
Page 1 / 1
Hello @casualuser ,
Please use the below code:
`jQuery(".Skin #Questions").css("overflow","initial");`
Please use the below code:
`jQuery(".Skin #Questions").css("overflow","initial");`
> @Shashi said:
> Hello @casualuser ,
>
> Please use the below code:
> `jQuery(".Skin #Questions").css("overflow","initial");`
>
Thank you buddy!
> Hello @casualuser ,
>
> Please use the below code:
> `jQuery(".Skin #Questions").css("overflow","initial");`
>
Thank you buddy!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.