1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-12 19:12:21 +00:00

Merge pull request #1598 from peterkokot/patch-jquery

jQuery fundamentals link fix
This commit is contained in:
Fwiffo 2015-09-07 19:30:58 -07:00
commit 77e0eb74e3

View File

@ -1192,7 +1192,7 @@ Original Source: [Free Programming books](http://stackoverflow.com/revisions/392
* [JavaScript Patterns Collection](http://shichuan.github.io/javascript-patterns/) - Shi Chuan
* [Javascript Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/javascript) (PDF, Kindle) *(Just fill the fields with any values)*
* [JavaScript the Right Way](https://github.com/braziljs/js-the-right-way)
* [jQuery Fundamentals](http://jqfundamentals.com/book/) (starts with JavaScript basics)
* [jQuery Fundamentals](http://jqfundamentals.com/) (starts with JavaScript basics)
* [JS Robots](http://markdaggett.com/images/ExpertJavaScript-ch6.pdf)
* [Leaflet Tips and Tricks: Interactive Maps Made Easy](https://leanpub.com/leaflet-tips-and-tricks) - Malcolm Maclean
* [Learn to Code JavaScript by Playing a Game](http://codecombat.com)