<div class="ui hidden message"> You can't see me </div>
<div class="ui visible message"> You can always see me </div>
I want to control my page that the message can show or hidden after a form post to server, how can i do it?
<div class="ui hidden message"> You can't see me </div>
<div class="ui visible message"> You can always see me </div>
I want to control my page that the message can show or hidden after a form post to server, how can i do it?