Tuesday, August 31, 2010

uibinder element get with jquery selector fail on chrome/safari

i have uibinder html element like below

<g:HTMLPanel>
<div class='thumbnailWrapper'>
<ul>
<li>
<a href='#'><img src='41546-140.jpg' /></a>
<div class='caption'>
<p class='captionInside'>testing javascript</p>
</div>
</li>
<div class='clear'></div><!-- clear the float -->
</ul><!-- end unordered list -->
</div><!-- end spolightWrapper div -->

<script>
jQ_Zoom();
</script>

</g:HTMLPanel>


my javascript have no problem executed in firefox,ie. but in safari/
firefox, the javascript is not call. have a look at my uploaded sample
at http://bit.ly/ayuFc1 . try open with firefox and compared with
chrome/safari

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment