Nodejs from Node.js v0.12.7 To Version 4.0
Why the discrepancy in the version numbers? Once upon a time there was just node.js then some people were unhappy with the speed of releases of node.js so they created io.js. A few months later … Read more
Javascript
Why the discrepancy in the version numbers? Once upon a time there was just node.js then some people were unhappy with the speed of releases of node.js so they created io.js. A few months later … Read more
Learning Order http://sivers.org/learn-js History and Versions http://en.wikipedia.org/wiki/JavaScript Tutorial and Intros Eloquent JavaScript http://javascript.crockford.com/ Mozilla’s Core JavaScript Guide Mozilla’s Core JavaScript Reference http://home.cogeco.ca/~ve3ll/jstutor0.htm http://www.javascriptkit.com/ Books JavaScript: The Definitive Guide Related Links http://ycsoftware.net/javascript-libraries-useful-links/ http://ycsoftware.net/common-web-browsers-javascript-engines/
You have to use the jQuery live() method. $(‘#ycsoftware’).live(‘click’, function() { alert(‘ycsoftware’); }); Find more info about the live function here: http://api.jquery.com/live/
JSFIDDLE http://jsfiddle.net/ JS BIN http://jsbin.com/#javascript,html CSS Useful Websites CSS Useful Websites
Here is how to do a confirm box just in case you forget it <span> <a href=”delete.php” <strong>OnClick</strong> OnClick=”return confirm(\’Are you sure you want to delete?\’);”> delete everything </a> </span>