Useful for getting php variables into javascript. Accesses directly manageproducts.php?option=1 in the browser $.get('manageproducts.php', { option: '1' }, function(data) { ... });
$.get('manageproducts.php', { option: '1' }, function(data) { ... });