$html = '
http://www.joomlaprodigy.com/test/jquery/nophoto.gif This is the
first
ajax thing I have been able to make work on my site
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy
nibh euismod tincidunt ut laoreet dolore magna aliquam erat
volutpat.
';
Is that real
I just upgraded to 1.1.2 version but still like in 1.1.1 when I try to use
$.get to fetch a php file it load an image in FF and Opera but in IE the
image in not loaded.
The segment of code I am using is as follows
$("#msg").show('slow');
$.get("test.php", function(item) {