Skip to content

WDI-SEA/jquery-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Plugins Workshop

Using your knowledge of jQuery and the various plugins available for it, we're going to build an application that lists content using tabs and accordions.

Once that's complete, the rest of the workshop will be your time to experiment! Try researching different plugins and implementing them on the page.

Getting Started

  • Fork and clone this repository
  • Run npm install to install dependencies
    • npm start - start the BrowserSync server
    • npm run lint:css - lint CSS
    • npm run lint:js - lint JS
  • Include jQuery and jQuery UI via a CDN. These can be found on Google's Hosted Libraries page
    • Note that jQuery UI uses CSS and JS, so place these links in the appropriate areas. (CSS within the <head></head> element, JS just before the </body> tag)

Requirements

  • A user should be able to view four different paragraphs of text on the page using tabs. See jQuery UI tabs.
  • Below the tabs, a user should be able to view four different images on the page using accordions. See jQuery UI accordions.
  • Text can be obtained via Wikipedia, news articles, or placeholder text sites. Images can be obtained via a placeholder image site.

Extras

Additional Resources


Licensing

  1. All content is licensed under a CC-BY-NC-SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.

About

[jquery]

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages