javascript - Hide a table using jQuery -


i keep table hidden @ time of loading. later slidedown table show when link clicked.i write code hide table.

$('.table_div').hide();

i placed table in div. hide div.

my problem @ time of loading first table display moment table hide. prevent display. thanks

to prevent add css property .table_div

.table_div {      display: none; } 

Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -