Studying ‘jQuery’

Summary jQuery is a lightweight, “write less, do more”, JavaScript library. The purpose of jQuery is to make it much easier to use JavaScript on your website. jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single […]

Studying ‘JavaScript’

Summary JavaScript is one of the 3 languages all web developers must learn. cf) the 3 languages: HTML, CSS, JavaScript JavaScript is used to program the behavior of web pages. References JavaScript Tutorial – W3Schools JavaScript | codeacademy Terms object property method browser object HTML DOM HTML element object function event value operator expression keyword […]

Studying ‘Cytoscape.js’

Summary Graph theory (a.k.a. network) library for analysis and visualisation (compatible with CommonJS/Node.js/io.js, AMD/Require.js, jQuery, npm, Bower, spm, jspm, Meteor/Atmosphere, and plain JS/JavaScript) – from?http://js.cytoscape.org/ Dependency JavaScript jQuery Ajax References Cytoscape.js?Homepage and Document JavaScript Tutorial | W3Schools jQuery Tutorial |?W3Schools CSS?Tutorial | W3Schools