Skip to content

Commit e7b7bff

Browse files
committed
Merge pull request #47 from robertbosse/master
API Doc: Revised hashchange and vmouseover/vmousecancel
2 parents 5ad10d8 + b702932 commit e7b7bff

File tree

4 files changed

+8
-16
lines changed

4 files changed

+8
-16
lines changed

entries/hashtag.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<entry name="hashtag" type="event" return="jQuery">
2+
<entry name="hashchange" type="event" return="jQuery">
33
<title>.hashchange()</title>
44
<desc>Enables bookmarkable #hash history.</desc>
55
<longdesc>
@@ -30,7 +30,7 @@
3030
]]></code>
3131
</pre>
3232
<p>iFrame source: <span id="hashtagIframeLink">example1.html</span>
33-
<iframe id="hashtagIframe" src="/resources/hashtag/example1.html" style="width:100%;height:90px;border:0px"></iframe>
33+
<iframe id="hashtagIframe" src="/resources/hashchange/example1.html" style="width:100%;height:90px;border:0px"></iframe>
3434
</p>
3535
</longdesc>
3636
<added>1.0</added>

entries/vmousecancel.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,15 @@
1010
$(this).append('<span style="color:#00F;">vmousecancel fired.</span>');
1111
});
1212
]]></code></pre>
13+
<p>Click, and watch as the magic happens!
14+
<iframe src="/resources/vmousecancel/example1.html" style="width:100%;height:90px;border:0px"></iframe>
15+
</p>
1316
</longdesc>
1417
<added>1.0</added>
1518
<signature>
1619
<argument name="callback" type="Function" optional="true">
1720
<desc>A function to invoke after the vmousecancel event is fired.</desc>
1821
</argument>
1922
</signature>
20-
<pre>
21-
<code>
22-
<p>Click, and watch as the magic happens!
23-
<iframe src="/resources/vmousecancel/example1.html" style="width:100%;height:90px;border:0px"></iframe>
24-
</p>
25-
</code>
26-
</pre>
2723
<category slug="events"/>
2824
</entry>

entries/vmouseover.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,15 @@
1010
$(this).append('<span style="color:#00F;">vmouseover fired.</span>');
1111
});
1212
]]></code></pre>
13+
<p>
14+
<iframe src="/resources/vmouseover/example1.html" style="width:100%;height:90px;border:0px"></iframe>
15+
</p>
1316
</longdesc>
1417
<added>1.0</added>
1518
<signature>
1619
<argument name="callback" type="Function" optional="true">
1720
<desc>A function to invoke after the vmouseover event is fired.</desc>
1821
</argument>
1922
</signature>
20-
<pre>
21-
<code>
22-
<p>
23-
<iframe src="/resources/vmouseover/example1.html" style="width:100%;height:90px;border:0px"></iframe>
24-
</p>
25-
</code>
26-
</pre>
2723
<category slug="events"/>
2824
</entry>
File renamed without changes.

0 commit comments

Comments
 (0)