Javascript: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 17: | Line 17: | ||
* https://www.npmjs.com/ | * https://www.npmjs.com/ | ||
* https://en.wikipedia.org/wiki/Npm_(software) | * https://en.wikipedia.org/wiki/Npm_(software) | ||
<syntaxhighlight lang='bash'> | |||
sudo apt-get install npm | |||
</syntaxhighlight> |
Revision as of 20:48, 9 June 2016
Some resources
- http://www.w3schools.com/js/
- http://eloquentjavascript.net/
- http://javascript.info/
- https://developer.mozilla.org/en-US/Learn/Getting_started_with_the_web/JavaScript_basics
- http://htmldog.com/guides/javascript/
- http://www.tizag.com/javascriptT/
Book
- JavaScript and JQuery: Interactive Front-End Web Development by Jon Duckett
Libraries
jQuery UI
It is mentioned in Creating multi-tab reports with R and jQuery UI
npm - package manager
sudo apt-get install npm