Latest Useful Web Resources and Links #1, March 2016
I created this page as a running repository of useful, miscellaneous web notes for later reference. Javascript & JQuery How to get the latest version of JQuery:
Useful info about Javascript and JQuery source maps -- an explanation about what they are and how they are used: http://elijahmanor.com/the-magic-of-the-jquery-1-9-source-map/ Parsley -- A reliable and easy…
1 | alert('JQuery: '+$.fn.jquery); // Outputs JQuery: x.x.x |