Yes, i use it by example a found, but
Yes, I used it guided through an example I found online, but my attention, looking at the firebug, when you send a URL that does not use ?q=
so my code now:
$.get( Drupal.settings.basePath + 'current_url', function() {
})
But even the clean url are disabled, the path is
http://mysite.domain.com/mycallback/
why is this?
That Works for me, i just want to understand!