I would like to access the model attribute using jquery and set the value dynamically and it will need to show
below is code
--------------------------
<p class='@(Model.MessageColor == BaseModel.MessageType.Error ? "alert alert-danger" : "")'>
@Model.Message
</p>
as early as possible
thanking you