var year; jQuery.ajax({ url: "components/com_orders/views/orders/tmpl/ajax.php", data:"action=checkYear", success: function (msg) { year=msg; } });