[jQuery] Re: jQuery AJAX load and encoding/charset problems

2008-02-12 Thread jjyepez
I don't know if the problem you both guys are having has to do exactly with this, but this is what I suggest to you: Add the following line at the very top of your script <- the script you are requesting through AJAX. header('Content-Type: text/html; charset=windows-1252'); Use the right c

[jQuery] Re: jQuery AJAX load and encoding/charset problems

2007-12-18 Thread Brandnew
I have exactly the same problem... And didn't find yet an answer... I have all sort of crazy characters... The "é", "è" and all that stuffs, they make horrible things. Even if on my PHP page which I load, I put é or &eagrave; If someone can answer both of our problems, would be great ! On Oct 2

[jQuery] Re: jQuery AJAX load and encoding/charset problems

2007-10-22 Thread Jesse Klaasse
Dan, I have removed the HTML and body tags now, but unfortunately this doesn't seem to help. Any other ideas? -Original Message- One thing I noticed quickly is this page is a full HTML that includes and tags. If you're loading HTML fragments into a DIV, you shouldn't load a fully quali

[jQuery] Re: jQuery AJAX load and encoding/charset problems

2007-10-22 Thread Dan G. Switzer, II
Jesse, >I have already spent hours and hours on the following problem. I am using >jQuery's AJAX load method in order to put a portlet in a DIV. The portlet >url is: >http://www.bam.nl/baminternet/baminternet/test/test_jQueryAjax/actueel.jsp >http://www.bam.nl/baminternet/baminternet/test/test_jQ