JQuery
JQuery is an actively used library created in 2006.
13Years Old | 2,027,659Users | 19,868Jobs |
- JQuery ranks in the top 20% of entities I track
- the JQuery website
- the JQuery wikipedia page
- JQuery first appeared in 2006
- the JQuery team is on twitter
- See also: javascript, html, visual-studio-editor, css, json, xml
- I have 43 facts about JQuery. just email me if you need more.
Example code 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); });Edit
Last updated February 11th, 2019