forum

Home / DeveloperSection / Forums / How to add and remove class from an element from jquery?

How to add and remove class from an element from jquery?

Anonymous User 1336 02-Apr-2018

Hi,

I want to add and remove a class from an element from jquery.

Here is my code:

@Html.TextAreaFor(m => m.TextAreaName, new { @id = "textAreaId", @maxlength = 1000 })

Please give me some idea to achieve this task.


Updated on 02-Apr-2018
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By