Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikeroyal/jquery-guide
jQuery Guide
https://github.com/mikeroyal/jquery-guide
javascript jquery jquery-ajax jquery-mobile jquery-plugin jquery-ui nodejs
Last synced: 27 days ago
JSON representation
jQuery Guide
- Host: GitHub
- URL: https://github.com/mikeroyal/jquery-guide
- Owner: mikeroyal
- Created: 2021-06-07T21:00:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-02T23:55:43.000Z (about 3 years ago)
- Last Synced: 2024-10-25T16:14:11.790Z (3 months ago)
- Topics: javascript, jquery, jquery-ajax, jquery-mobile, jquery-plugin, jquery-ui, nodejs
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jQuery Guide#### A guide covering jQuery(JavaScript library) including the applications, libraries and tools that will make you a better and more efficient developer with jQuery.
**Note: You can easily convert this markdown file to a PDF in [VSCode](https://code.visualstudio.com/) using this handy extension [Markdown PDF](https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf).**
# jQuery Learning Resources
[The OpenJS Foundation](https://openjsf.org/) is made up of 32 open source JavaScript projects including Appium, Dojo, Electron, jQuery, Node.js, and webpack. The foundation's mission is to support the healthy growth of JavaScript and web technologies by providing a neutral organization to host and sustain projects, as well as collaboratively fund activities that benefit the ecosystem as a whole.
[jQuery](https://jquery.com/) is a fast and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of web browsers.
[jQuery API Documentation](https://api.jquery.com/Jquery.ajax/)
[jQuery Learning Center](https://learn.jquery.com)
[Configuring JavaScript libraries in WebStorm](https://www.jetbrains.com/help/webstorm/configuring-javascript-libraries.html)
[JavaScript in Visual Studio Code](https://code.visualstudio.com/Docs/languages/javascript)
[JavaScript extensions for VS Code](https://code.visualstudio.com/docs/nodejs/extensions)
[jQuery Courses on Coursera](https://www.coursera.org/courses?query=jquery)
[jQuery Courses on Udemy](https://www.udemy.com/topic/jquery/)
[jQuery Training Courses on LinkedIn Learning](https://www.linkedin.com/learning/topics/jquery)
[Intro to jQuery on Udacity](https://www.udacity.com/course/intro-to-jquery--ud245)
[Intro to AJAX on Udacity ](https://www.udacity.com/course/intro-to-ajax--ud110)
[Learning jQuery on Codecademy](https://www.codecademy.com/learn/learn-jquery)
[jQuery Best Practices Training on Learning Tree](https://www.learningtree.com/courses/1610/jquery-best-practices-for-legacy-and-today/)
[Learning the jQuery Basics on Pluralsight](https://www.pluralsight.com/courses/code-school-try-jquery)
[jQuery In-Depth on Pluralsight](https://www.pluralsight.com/courses/jquery-in-depth)
[ASP.NET Ajax JavaScript and jQuery Course on Pluralsight](https://www.pluralsight.com/courses/aspdotnet-ajax-jscript)
[jQuery Certification from W3Schools](https://www.w3schools.com/cert/cert_jquery.asp)
# jQuery Tools, Libraries, and Frameworks
[WebStorm](https://www.jetbrains.com/webstorm/) is a professional IDE for JavaScript(including support for both HTML and CSS) developed by JetBrains. WebStorm comes with intelligent code completion, on-the-fly error detection, powerful navigation and refactoring for JavaScript, TypeScript, stylesheet languages, and all the most popular frameworks([Angular](https://angular.io/), [React](https://reactjs.org/), [Vue.js](https://vuejs.org/), [Ionic](https://ionicframework.com/), [Apache Cordova](https://cordova.apache.org/), [React Native](https://reactnative.dev/), [Node.js](https://nodejs.org/), [Meteor](https://www.meteor.com/#!), and [Electron](https://www.electronjs.org/)).
[Visual Studio Code](https://code.visualstudio.com/) is a code editor redefined and optimized for building and debugging modern web and cloud applications.
[GraphQL](https://graphql.org/) is a query language for APIs and a runtime for fulfilling those queries with your existing data. It has support in Java, JavaScript, Ruby, Scala, and other programming languages.
[TypeORM](https://github.com/typeorm/typeorm) is an ORM that can run in NodeJS, Browser, Cordova, PhoneGap, Ionic, React Native, NativeScript, Expo, and Electron platforms and can be used with TypeScript and JavaScript (ES5, ES6, ES7, ES8).
[Cheerio](https://github.com/cheeriojs/cheerio) is a fast, flexible, and lean implementation of core jQuery designed specifically for the server.
[jQuery UI](https://jqueryui.com/) is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Though, it should not be used in core code.
[jQuery Tools](https://github.com/jquerytools/jquerytools) is a collection of the most important user-interface components for modern websites. Used by large sites all over the world.
[Bridge.NET](https://bridge.net/) is an open source C#-to-JavaScript Compiler. Write your application in C# and run on billions of devices.
[Phantomas](https://www.npmjs.com/package/phantomas) is a [Headless Chromium](https://chromium.googlesource.com/chromium/src/+/lkgr/headless/README.md)-based web performance metrics collector and monitoring tool
[Featherlight](https://github.com/noelboss/featherlight) is a very lightweight jQuery lightbox plugin. It's simple yet flexible and easy to use.
## Contribute
- [x] If would you like to contribute to this guide simply make a [Pull Request](https://github.com/mikeroyal/jQuery-Guide/pulls).
## License
Distributed under the [Creative Commons Attribution 4.0 International (CC BY 4.0) Public License](https://creativecommons.org/licenses/by/4.0/).