Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

JQuery

< >

JQuery is an open source library created in 2006 by John Resig.

#116on PLDB 18Years Old
Download source code:
git clone https://github.com/jquery/jquery
Homepage · Leet Sheet · Source Code · Wikipedia · Subreddit · Twitter

jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML. It is free, open-source software using the permissive MIT License. Web analysis indicates that it is the most widely deployed JavaScript library by a large margin. Read more on Wikipedia...


Example from Wikipedia:
$.ajax({ type: 'POST', url: '/process/submit.php', data: { name : 'John', location : 'Boston', }, }).done(function(msg) { alert('Data Saved: ' + msg); }).fail(function(xmlHttpRequest, statusText, errorThrown) { alert( 'Your form submission failed.\n\n' + 'XML Http Request: ' + JSON.stringify(xmlHttpRequest) + ',\nStatus Text: ' + statusText + ',\nError Thrown: ' + errorThrown); });

- Build the next great programming language · Add · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v164.7.0