]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs coppyy
authorJacob Thornton <jacobthornton@gmail.com>
Mon, 12 Sep 2011 06:56:44 +0000 (23:56 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Mon, 12 Sep 2011 06:56:44 +0000 (23:56 -0700)
docs/javascript.html

index 4f85242d5d357cd1c6437f4186e9e1ac2fd785c1..e19f544eb9bdbaaa9a5f58a94fcf9c6d54a0237b 100644 (file)
             </tbody>
           </table>
           <h3>Markup</h3>
-          <p>You can activate modals on your page easily without having to write a single line of javascript. Just give an element a <code>data-controls-modal</code> which corresponds to a modal element id, and when clicked, it will launch your modal. To add modal options, just include them as data attributes as well.</p>
+          <p>You can activate modals on your page easily without having to write a single line of javascript. Just give an element a <code>data-controls-modal</code> attribute which corresponds to a modal element id, and when clicked, it will launch your modal. To add modal options, just include them as data attributes as well.</p>
 <pre class="prettyprint linenums">
 &lt;a class="btn" data-controls-modal="my-modal" data-backdrop="true" &gt;Launch Modal&lt;/a&gt;
 </pre>