我有一個問題需要解決。需要css才能執行js
請參閱下面的鏈接。
HTML如下....
<div class="wrap">
<a href="#modal-one" class="btn btn-big">Modal!</a>
</div>
<!-- Modal -->
<div class="modal" id="modal-one" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-header">
<h2>Modal in CSS?</h2>
<a href="#" class="btn-close" aria-hidden="true">×</a>
</div>
<div class="modal-body">
<p>One modal example here! :D</p>
</div>
<div class="modal-footer">
<a href="#" class="btn">Nice!</a>
</div>
</div>
</div>
<!-- /Modal -->
當模態按鈕被點擊彈出的對話框中顯示帶有動畫。但我想用jQuery來完成這件事。我不太瞭解CSS,所以我無法獲得任何東西。任何人都可以幫忙嗎?
和CSS是條鏈接
遵循這一https://www.w3schools.com/howto/howto_css_modals.asp –
他們只是使用:目標CSS選擇器要做到這一點......只是刪除這些CSS和使用jQuery代碼 –
Ssahil intialize它,你能幫我嗎?因爲我對css非常陌生......但想用這個只能用js ... – ghetal