From 81307b7a9c81477f8c3354ebb3df735b79d8dab6 Mon Sep 17 00:00:00 2001 From: Owner Date: Tue, 24 Oct 2017 16:40:04 -0700 Subject: [PATCH 1/2] Working on jQuery assignment --- jQueryFunctions.html | 78 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 jQueryFunctions.html diff --git a/jQueryFunctions.html b/jQueryFunctions.html new file mode 100644 index 0000000..a6c62ef --- /dev/null +++ b/jQueryFunctions.html @@ -0,0 +1,78 @@ + + + + + + + +
+

Welcome to my Webpage

+

If you click the text above, my header will disappear!

+
+
+

This is the main content of my page!

+ + +
+
+

Here is part 2 of my page...

+ + +
+ + + + +click +.hide +.show +.toggle +.slideDown +.slideUp +.slideToggle +.fadeIn +.fadeOut +.addClass +.before +.after +.append +.html +.attr +.val +.text +.data \ No newline at end of file From cdc42f41c1e0d15da3978bab92556de1c0d3c7e4 Mon Sep 17 00:00:00 2001 From: Owner Date: Tue, 24 Oct 2017 16:46:17 -0700 Subject: [PATCH 2/2] Moved jQuery file --- jQueryFunctions.html => BrianaBaldwin/jQueryFunctions.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename jQueryFunctions.html => BrianaBaldwin/jQueryFunctions.html (100%) diff --git a/jQueryFunctions.html b/BrianaBaldwin/jQueryFunctions.html similarity index 100% rename from jQueryFunctions.html rename to BrianaBaldwin/jQueryFunctions.html