Is there a way to set a ajax url with a variable?
function ajaxDialog() { $.ajax({ url: url, type: "POST", DataType: "html" }); }
Thanks in advance!