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: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ <h3>Performance patterns</h3>
74
74
<section>
75
75
<h2>jQuery Patterns</h2>
76
76
<ul>
77
-
<li><ahref="https://github.com/shichuan/javascript-patterns/blob/master/jquery-patterns/requery.html" target="_blank">Requery</a> - avoid requery by using jQuery chaining</li>
77
+
<li><ahref="https://github.com/shichuan/javascript-patterns/blob/master/jquery-patterns/requery.html" target="_blank">requery</a> - avoid requery by using jQuery chaining</li>
78
78
<li><ahref="https://github.com/shichuan/javascript-patterns/blob/master/jquery-patterns/append.html" target="_blank">append</a> - use string concatenate and set innerHTML</li>
79
79
<li><ahref="https://github.com/shichuan/javascript-patterns/blob/master/jquery-patterns/data.html" target="_blank">data</a> - pattern and antipattern of using data</li>
80
80
<li><ahref="https://github.com/shichuan/javascript-patterns/blob/master/jquery-patterns/context-and-find.html" target="_blank">context and find</a> - use find over context</li>
0 commit comments