https://github.com/dimazeland/javascript
Source code examples in JavaScript using the jQuery library
https://github.com/dimazeland/javascript
ajax apache-tomcat css flickr-api html javascript jquery jquery-ui
Last synced: 4 months ago
JSON representation
Source code examples in JavaScript using the jQuery library
- Host: GitHub
- URL: https://github.com/dimazeland/javascript
- Owner: DimaZeland
- Created: 2018-12-21T11:13:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T17:39:30.000Z (almost 3 years ago)
- Last Synced: 2025-03-20T23:13:18.972Z (10 months ago)
- Topics: ajax, apache-tomcat, css, flickr-api, html, javascript, jquery, jquery-ui
- Language: HTML
- Homepage:
- Size: 3.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript
🧩 JavaScript source code examples using the jQuery library
### ⚙️ The project uses:
- [JavaScript Programming language](https://www.w3schools.com/js/)
- [HTML](https://html.spec.whatwg.org/multipage/)
- [CSS](https://www.w3.org/Style/CSS/Overview.en.html)
- [jQuery library](https://jquery.com/)
- [jQuery UI](http://jqueryui.com)
- [SmartMenus jQuery Plugin](http://www.smartmenus.org/)
- [jQuery Validation Plugin](https://github.com/jzaefferer/jquery-validation)
- [Ajax technology](https://www.w3schools.com/jquery/jquery_ref_ajax.asp)
- [Apache Tomcat](https://tomcat.apache.org/)
- [Flickr API](https://www.flickr.com/services/developer/api/)
## 📚 Contents
#### [First JavaScript program](https://github.com/DimaZeland/JavaScript/tree/master/01%20First%20programme)
#### [JavaScript Grammar](https://github.com/DimaZeland/JavaScript/tree/master/02%20Language%20grammar)
#### [Adding logic and control to the program](https://github.com/DimaZeland/JavaScript/tree/master/03%20Adding%20logic%20and%20control)
#### [Introduction to jQuery](https://github.com/DimaZeland/JavaScript/tree/master/04%20Introduction%20to%20jQuery)
#### [Interactive pages with events](https://github.com/DimaZeland/JavaScript/tree/master/05%20Interactive%20pages%20using%20events)
#### [Animation and effects](https://github.com/DimaZeland/JavaScript/tree/master/06%20Animation%20and%20effects)
#### [Common tasks solved with jQuery](https://github.com/DimaZeland/JavaScript/tree/master/07%20Tasks%20with%20jQuery)
#### [Web Forms Improvement](https://github.com/DimaZeland/JavaScript/tree/master/08%20Refinement%20of%20web%20forms)
#### [Interface improvements](https://github.com/DimaZeland/JavaScript/tree/master/09%20Improving%20the%20interface)
#### [Form Styling](https://github.com/DimaZeland/JavaScript/tree/master/10%20Styling%20of%20forms)
#### [jQuery UI interactions and effects](https://github.com/DimaZeland/JavaScript/tree/master/12%20jQuery%20UI%20effects)
#### [Introduction to Ajax Technology](https://github.com/DimaZeland/JavaScript/tree/master/13%20Ajax%20technology)
#### [To-do list app](https://github.com/DimaZeland/JavaScript/tree/master/14%20To-do%20list%20app)
#### [Additional Features of the jQuery Library](https://github.com/DimaZeland/JavaScript/tree/master/15%20Additional%20features%20of%20jQuery)
#### [Getting better at JavaScript programming](https://github.com/DimaZeland/JavaScript/tree/master/16%20JavaScript%20functionality)
#### [Diagnostics and debugging](https://github.com/DimaZeland/JavaScript/tree/master/17%20Diagnostics%20and%20debugging)
#### [Advanced features of the JavaScript language](https://github.com/DimaZeland/JavaScript/tree/master/Experiments)