diff --git a/algorithm.md b/algorithm.md new file mode 100644 index 0000000..55f2d24 --- /dev/null +++ b/algorithm.md @@ -0,0 +1,12 @@ +``` +Using jQuery, create a web page that contains a form and below the form a
containing a small image and text of your choice. In the form, create an Effect field that contains the following radio buttons: Show, Hide, Toggle, Fade In, Fade Out, Fade To, Slide Down, Slide Up, Slide Toggle. Add an Apply button to the form that when clicked, performs the selected jQuery animation on the
tag. E.g. If Show is selected, the
is shown or if Hide is selected, the
is hidden. +``` ++ create form tag with 9 radio button + - Show, Hide, Toggle, Fade In, Fade Out, Fade To, Slide Down, Slide Up, Slide Toggle. are button value + - adjust above jquery actions with onclick event hander to div tag + ++ below form tag create div tag with image with text + ++ add text to discribe animation function + ++ set original file opacity 1000 on reset button or add third parameter to come back original version \ No newline at end of file diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..e69de29 diff --git a/assets/img/logo.png b/assets/img/logo.png new file mode 100644 index 0000000..669c856 Binary files /dev/null and b/assets/img/logo.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..0b818fb --- /dev/null +++ b/index.html @@ -0,0 +1,99 @@ + + + + Lab6 Hanna Lee + + + + + + + + +

Explore jquery

+
+

select function

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ sofloLogo +

Not only is technology always changing. It’s also important to remember that the internet has a numerous amount of recourses to learn from as a programmer. + Being a part of the online community as programming students, and recent programming graduates; this is a platform where likeminded people share resources that helped them learn and grow. + With a numerous amount of information shared on this one platform, as a one stop shop to find resources that you need; as a student programmer entering the world as a professional. + At SoFlo Nucleus learning never ends.

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