From b702932202e597b6b439b0098f189c59df6cb9bd Mon Sep 17 00:00:00 2001 From: Robert Bosse Date: Tue, 16 Oct 2012 11:50:25 -0400 Subject: [PATCH] API Doc: Revised hashchange and vmouseover/vmousecancel Changed hashtag to hashchange in documentation and moved iFrame to inside of tags --- entries/hashtag.xml | 4 ++-- entries/vmousecancel.xml | 10 +++------- entries/vmouseover.xml | 10 +++------- resources/{hashtag => hashchange}/example1.html | 0 4 files changed, 8 insertions(+), 16 deletions(-) rename resources/{hashtag => hashchange}/example1.html (100%) diff --git a/entries/hashtag.xml b/entries/hashtag.xml index 63be38ee..01489abb 100644 --- a/entries/hashtag.xml +++ b/entries/hashtag.xml @@ -1,5 +1,5 @@ - + .hashchange() Enables bookmarkable #hash history. @@ -30,7 +30,7 @@ ]]>

iFrame source: example1.html - +

1.0 diff --git a/entries/vmousecancel.xml b/entries/vmousecancel.xml index 1ee9d156..c34a91fb 100644 --- a/entries/vmousecancel.xml +++ b/entries/vmousecancel.xml @@ -10,6 +10,9 @@ $(this).append('vmousecancel fired.'); }); ]]> +

Click, and watch as the magic happens! + +

1.0 @@ -17,12 +20,5 @@ A function to invoke after the vmousecancel event is fired. -
-		
-			

Click, and watch as the magic happens! - -

-
-
diff --git a/entries/vmouseover.xml b/entries/vmouseover.xml index 7b0938c1..fa187644 100644 --- a/entries/vmouseover.xml +++ b/entries/vmouseover.xml @@ -10,6 +10,9 @@ $(this).append('vmouseover fired.'); }); ]]> +

+ +

1.0 @@ -17,12 +20,5 @@ A function to invoke after the vmouseover event is fired. -
-		
-			

- -

-
-
diff --git a/resources/hashtag/example1.html b/resources/hashchange/example1.html similarity index 100% rename from resources/hashtag/example1.html rename to resources/hashchange/example1.html