Jquery Load method doesn't work
Permalink
Hello,
I try to use .load() method of Jquery library.
where "p" is href link of autonav (like: "/en/contact/")
alert(); return empty string !
Strange because if i set "p" with a file phisically present on ftp (ex: 1.php) with same source code, it's work fine !
I think is a problem with url rewriting...
Problem just occurs on IE !
Plz help me !
Thanks
I try to use .load() method of Jquery library.
$('#main').load(p +' .content', function(){ alert($('#main').html()); });
where "p" is href link of autonav (like: "/en/contact/")
alert(); return empty string !
Strange because if i set "p" with a file phisically present on ftp (ex: 1.php) with same source code, it's work fine !
I think is a problem with url rewriting...
Problem just occurs on IE !
Plz help me !
Thanks
Just a </div> in html code excess !
Pfff IE !