AltynbekKZ / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 1 forks source link

Thumbs do not populate in Safari when populating from an external script #142

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

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

Attachments: