$.ajax({
type: "GET",
url: prefix+url,
success: script_saved,
custom_property : someVar
});

Is there anything wrong with this?

Reply via email to