jquery - Cannot remove a class hidden by JavaScript -


I would like to hide a div when it is loaded and when a button is clicked, what do I get Div only shows for a short time and then hides it whether I am doing it correctly with the CSS class or what display: none; ?

HTML
  & Lt; Div id = "message" & gt; & Lt; Div class = "hide item-user" & gt; & Lt; A href = "" & gt; Some & lt; / A & gt; & Lt; / Div & gt; & Lt; One class = "btn-user" href = "" & gt; Button & lt; / A & gt; & Lt; / Div & gt;   


CSS
  .hid {display: none; }   


JS

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -