mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 01:46:14 -04:00
Update modal javascript example link
This commit is contained in:
parent
e8f5f7ee2d
commit
f81a2e4af4
2 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@
|
|||
|
||||
<p>Pico does not include JavaScript code. You will need to implement your JS to interact with modals.</p>
|
||||
|
||||
<p>As a starting point, you can look at the JavaScript used in this documentation: <a href="https://github.com/picocss/pico/blob/dev/docs/js/modal.js">js/modal.js</a>.</p>
|
||||
<p>As a starting point, you can look at the JavaScript used in this documentation: <a href="https://github.com/picocss/pico/blob/master/docs/js/modal.js">js/modal.js</a>.</p>
|
||||
|
||||
<p>To make a modal appear, add the <code><i>open</i></code> attribute to the <code><<b>dialog</b></u>></code> container.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue