Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
jQuery

$.get() in jQuery

Perform GET requests with the short $.get helper.

$.get() in jQuery — a practical guide to jQuery $.get with clear examples you can reuse in real projects.

jQuery Tutorial Series (67/101). Prefer one article? Read the complete jQuery tutorial.

Short description

Pass query data as an object; jQuery serializes it.

$.get

$.get('/api/search', { q: 'odoo' }, function (data) {
  renderResults(data);
}, 'json');

Leave a reply

Your email address will not be published. Required fields are marked *