Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

JQuery

JQuery - Library

< >

JQuery is a library created in 2006.

#49on PLDB 17Years Old 1.6mUsers

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); });

Books about JQuery on goodreads

title author year reviews ratings rating
jQuery Cookbook: Solutions & Examples for jQuery Developers Cody Lindley 2009 19 250 3.89
jQuery for Dummies Lynn Beighley 2010 1 36 3.97
bash.html 路 jquery.html 路 mathematica.html

View source

- Build the next great programming language Search Day 209 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com