Dear all I am using Mootools 1.11 and Jquery 1.2, ajax function not work properly for following code
jQuery(document).ready(function($) {
confirm("Hello");
function confirm(message){
$.ajax({
url: 'ajax.php',
....
});
}
});
what modification should i do to execute ajax function correctly