1.Using Example-2, saved html as PHP.
2. Moved the thumbs population code to an external php file. <?php $string .=
'<ul class="thumbs noscript"><li><a class.....
echo $string;
3.Called via following code in example-2.php
<script type="text/javascript">
$.post("scripts/example-2-load.php", {}, function(data){
if (data.length>0){
$("#thumbs").html(data);
}
});
$('#thumbs').show();
</script>
This test is to validate code as the will require images to be populated from a
mysql database.
This example works perfectly in Firefox 3.6.8 but not in Safari
What is the expected output? What do you see instead?
Thumbs not populated in Safari 5.0.1 on Mac X 10.6.4
Firefox works correctly
What version of the product are you using? On what operating system?
Latest version on Mac X 10.6.4, JQuery 1.4.2
Original issue reported on code.google.com by warren.b...@gmail.com on 4 Aug 2010 at 3:05
Original issue reported on code.google.com by
warren.b...@gmail.com
on 4 Aug 2010 at 3:05Attachments: