Skip to content

Commit 4d448d8

Browse files
committed
Added link to Bootsrap demo page
1 parent 2b729e2 commit 4d448d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<h1>Using jQuery to duplicate a section of a form, maintaining accessibility</h1>
22
This plugin gives the user ability to clone a section of a form, as well as destroy a section. This also allows the user to add an empty form section with unique IDs, names, and labels to maintain accessibility and work with the database.
33
<h2>Overview</h2>
4-
A current overview can be found here: <a href="http://tristandenyer.com/using-jquery-to-duplicate-a-section-of-a-form-maintaining-accessibility/" target="_blank">http://tristandenyer.com/using-jquery-to-duplicate-a-section-of-a-form-maintaining-accessibility/</a>. I will be working on porting it over to this page soon.
4+
A more detailed overview can be found here: <a href="http://tristandenyer.com/using-jquery-to-duplicate-a-section-of-a-form-maintaining-accessibility/" target="_blank">http://tristandenyer.com/using-jquery-to-duplicate-a-section-of-a-form-maintaining-accessibility/</a>. I will be working on porting it over to this page soon.
55
<h2>History</h2>
66
This plugin has been maintained on my website for over a year. A full version history, as well as an introduction, can be found here: <a href="http://tristandenyer.com/using-jquery-to-duplicate-a-section-of-a-form-maintaining-accessibility/" title="Using jQuery to duplicate a section of a form, maintaining accessibility" target="_blank">http://tristandenyer.com/using-jquery-to-duplicate-a-section-of-a-form-maintaining-accessibility/</a>
77
<br />
88
All future development will be maintained here, in GitHub.
99
<h2>Demo</h2>
1010
The current demo for this plugin can be found here: <a href="http://tristandenyer.com/demos/dynamic-form.html" title="Demo: Dynamically duplicating a form" target="_blank">http://tristandenyer.com/demos/dynamic-form.html</a>
11+
The new Bootstrap 3.0 demo for this plugin can be found here: <a href="http://tristandenyer.com/demos/dynamic-form-bootstrap-3-0.html" title="Demo: Dynamically duplicating a form" target="_blank">http://tristandenyer.com/demos/dynamic-form-bootstrap-3-0.html</a>
1112
<h2>Questions/support</h2>
1213
You can best reach me by using my contact page: <a href="http://tristandenyer.com/contact/" title="Contact Tristan Denyer" target="_blank">http://tristandenyer.com/contact/</a><br/>
1314
Or on Twitter: <a href="https://twitter.com/tristandenyer" target="_blank">@tristandenyer</a>

0 commit comments

Comments
 (0)