https://github.com/mfcovington/jquery-playground
I'm learning JavaScript and jQuery. Here are some of my mini projects for learning from tutorials, etc.
https://github.com/mfcovington/jquery-playground
Last synced: 6 months ago
JSON representation
I'm learning JavaScript and jQuery. Here are some of my mini projects for learning from tutorials, etc.
- Host: GitHub
- URL: https://github.com/mfcovington/jquery-playground
- Owner: mfcovington
- Created: 2015-02-26T06:58:24.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2015-03-20T15:39:18.000Z (over 11 years ago)
- Last Synced: 2025-04-08T18:55:53.148Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 605 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jQuery Playground
I'm learning JavaScript and jQuery. [Here](http://mfcovington.github.io/jquery-playground/index.html) are some of my mini projects for learning from tutorials, etc.
## Simple Lightbox
I learned how to make a [simple lightbox](http://mfcovington.github.io/jquery-playground/lightbox/) in Treehouse's [jQuery Basics](https://teamtreehouse.com/library/jquery-basics/creating-a-simple-lightbox/) course.
## Mobile Dropdown Menu
I learned how to make a [mobile dropdown menu](http://mfcovington.github.io/jquery-playground/mobile-dropdown/) in Treehouse's [jQuery Basics](https://teamtreehouse.com/library/jquery-basics/creating-a-mobile-drop-down-menu/) course. Change the width of the window to switch between the mobile and non-mobile menu versions.
## Password Confirmation Form
I learned how to make a [password confirmation form](http://mfcovington.github.io/jquery-playground/password-confirmation/) in Treehouse's [jQuery Basics](https://teamtreehouse.com/library/jquery-basics/creating-a-password-confirmation-form/) course.
## Simple Drawing App
I learned how to make a [simple drawing app](http://mfcovington.github.io/jquery-playground/draw/) in Treehouse's [jQuery Basics](https://teamtreehouse.com/library/jquery-basics/creating-a-simple-drawing-application/) course.
## Fading List
I was thinking about the CSS pseudo-selectors `:nth-child` and `:nth-of-type` and how they can be used to style list in cool ways. It made me start thinking about more complex list style patterns. I started playing around with JavaScript and made what I'm calling a [fading list](http://mfcovington.github.io/jquery-playground/fading-list/).
*Version 0.5.3*