I want to disable the div when loading, and then enable it when botton is clicked. Or in other words, I want it to be invisible when it loads and loads it when clicked by the user.
Frist, is this the right strategy to load a div into shutdown mode, then enable it or add it to the body after loading?
Secondly, here is my code, I checked a lot of similar questions, my browser is chrome-plated, and yet it does not work, I donβt know why you can help me with this?
<div class="test_dis" style="left:170px; top:128px;" > this is a test to see if i can disable it on load or not <div>child </div> </div> $(document).load(function(e) {
Thank,
javascript jquery html
Emax Dec 12 2018-11-12T00: 00Z
source share