diff --git a/Aiday's jQuery Functions/.idea/.name b/Aiday's jQuery Functions/.idea/.name new file mode 100644 index 0000000..344c6c7 --- /dev/null +++ b/Aiday's jQuery Functions/.idea/.name @@ -0,0 +1 @@ +jQuery Functions \ No newline at end of file diff --git a/Aiday's jQuery Functions/.idea/encodings.xml b/Aiday's jQuery Functions/.idea/encodings.xml new file mode 100644 index 0000000..e206d70 --- /dev/null +++ b/Aiday's jQuery Functions/.idea/encodings.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/Aiday's jQuery Functions/.idea/jQuery Functions.iml b/Aiday's jQuery Functions/.idea/jQuery Functions.iml new file mode 100644 index 0000000..6b8184f --- /dev/null +++ b/Aiday's jQuery Functions/.idea/jQuery Functions.iml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/Aiday's jQuery Functions/.idea/misc.xml b/Aiday's jQuery Functions/.idea/misc.xml new file mode 100644 index 0000000..1162f43 --- /dev/null +++ b/Aiday's jQuery Functions/.idea/misc.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/Aiday's jQuery Functions/.idea/modules.xml b/Aiday's jQuery Functions/.idea/modules.xml new file mode 100644 index 0000000..b5b95f7 --- /dev/null +++ b/Aiday's jQuery Functions/.idea/modules.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/Aiday's jQuery Functions/.idea/scopes/scope_settings.xml b/Aiday's jQuery Functions/.idea/scopes/scope_settings.xml new file mode 100644 index 0000000..922003b --- /dev/null +++ b/Aiday's jQuery Functions/.idea/scopes/scope_settings.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/Aiday's jQuery Functions/.idea/vcs.xml b/Aiday's jQuery Functions/.idea/vcs.xml new file mode 100644 index 0000000..def6a6a --- /dev/null +++ b/Aiday's jQuery Functions/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/Aiday's jQuery Functions/.idea/workspace.xml b/Aiday's jQuery Functions/.idea/workspace.xml new file mode 100644 index 0000000..d899f5e --- /dev/null +++ b/Aiday's jQuery Functions/.idea/workspace.xml @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1508878412576 + 1508878412576 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Aiday's jQuery Functions/css.css b/Aiday's jQuery Functions/css.css new file mode 100644 index 0000000..1bc89a8 --- /dev/null +++ b/Aiday's jQuery Functions/css.css @@ -0,0 +1,34 @@ + +.container{ + background-color: lightblue; + width: 970px; + margin:20px; + padding: 20px; +} + +h1{ + text-align: center; + margin: 5px; +} +button{ + display: inline-block; + margin-left: 200px; + width: 100px; + height: 50px; + +} +p{ + display: inline-block; + margin-left: 100px; + +} +ul{ + + margin-left: 300px; + margin-bottom: 20px; +} +a{ + margin-left: 350px; + font-size: 20px; + +} \ No newline at end of file diff --git a/Aiday's jQuery Functions/jQuery.html b/Aiday's jQuery Functions/jQuery.html new file mode 100644 index 0000000..6095e04 --- /dev/null +++ b/Aiday's jQuery Functions/jQuery.html @@ -0,0 +1,78 @@ + + + + + + + Jquery Functions + + + + +
+

Movies

+ +

click the button

+ + +

Dance

+ +

click the button

+ + + +

Engineering

+ +

click the button

+ + + +More information +
+ + + + \ No newline at end of file