You need use the data-target tag.
Try to replace the href="#myModal" attribute with data-target="#myModal".
Besides, you have put a hide class, I guess it shouldn’t be there.
Look at the examples here
You need use the data-target tag.
Try to replace the href="#myModal" attribute with data-target="#myModal".
Besides, you have put a hide class, I guess it shouldn’t be there.
Look at the examples here