You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples.htm
+6-102
Original file line number
Diff line number
Diff line change
@@ -8,94 +8,16 @@
8
8
<metaname="description" content="jTab is a javascript-based library that allows you to easily render arbitrary guitar chord and tabulature (tab) notation on the web"/>
@@ -123,8 +45,6 @@ <h1>jTab - Guitar Chord and Tab Notation for the Web</h1>
123
45
</div>
124
46
125
47
126
-
127
-
128
48
<divid="content">
129
49
130
50
<h2>Live Examples</h2>
@@ -136,7 +56,9 @@ <h2>Live Examples</h2>
136
56
<h3>Render notation provided by a user</h3>
137
57
<p>
138
58
</p>
139
-
<span>Try it out. Enter a phrase here (see <ahref="index.htm#notation">notation</a> for help):</span><inputid="notation" size="40"><inputtype="button" value="Notate this!" onclick="jtab.render('tab',$('notation').value);">
59
+
<span>Try it out. Enter a phrase here (see <ahref="index.htm#notation">notation</a> for help):</span>
Copy file name to clipboardexpand all lines: index.htm
+13-72
Original file line number
Diff line number
Diff line change
@@ -8,74 +8,11 @@
8
8
<metaname="description" content="jTab is a javascript-based library that allows you to easily render arbitrary guitar chord and tabulature (tab) notation on the web"/>
@@ -145,7 +82,8 @@ <h3>Interactive/Explicit Rendering using Javascript</h3>
145
82
jTab can be used to render notation in real-time using Javascript. This could be based on user input (like here), or with the notation feed
146
83
being generated or retrieved from some system or web service.
147
84
</p>
148
-
<span>Try it out. Enter a phrase here (see <ahref="#notation">notation</a> for help):</span><inputid="notation" size="40"><inputtype="button" value="Notate this!" onclick="jtab.render('tab',$('notation').value);">
85
+
<span>Try it out. Enter a phrase here (see <ahref="#notation">notation</a> for help):</span>
0 commit comments