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: test/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -212,9 +212,9 @@ <h1 id="banner">jQuery mousewheel.js Test with jQuery <span id="jqueryVersion"><
212
212
<h2id="userAgent"></h2>
213
213
214
214
<ul>
215
-
<li><strong>Test1</strong> is just using the plain on mousewheel() with a function passed in and does not prevent default. (Also logs the value of pageX and pageY event properties.)</li>
215
+
<li><strong>Test1</strong> is just using the plain on <code>mousewheel()</code> with a function passed in and does not prevent default. (Also logs the value of <code>pageX</code> and <code>pageY</code> event properties.)</li>
216
216
<li><strong>Test2</strong> should prevent the default action.</li>
217
-
<li><strong>Test3</strong> should only log a mouseover and mouseout event. Testing unmousewheel().</li>
217
+
<li><strong>Test3</strong> should only log a <code>mouseover</code> and <code>mouseout</code> event. Testing <code>unmousewheel()</code>.</li>
218
218
<li><strong>Test4</strong> has two handlers.</li>
219
219
<li><strong>Test5</strong> is like Test2 but has children. The children should not scroll until mousing over them.</li>
220
220
<li><strong>Test6</strong> is like Test5 but should not scroll children or parents.</li>
0 commit comments