Recent content by greenworm

  1. G

    what's wrong with this ajax or json or php thing?

    javascript: $('#menuHome').click(function(ev){ // it's a link ev.preventDefault(); $.ajax({ type: 'POST', url: 'combine/ajaxCaller.php', data: ({fn: 'callHome'}), dataType: 'json', success: function(data){ alert(data.header)...
Back
Top