problem to load jquery slideshow plugin into jquerymobile project
hi there,
i use jquerymobile and want to have a little slideshow fpr my mobile website.
but if i load pages with ajax the slideshow dont run ( i think ajay doesnt load this script:
<script type="text/javascript">
$(window).load(function() {
$('#slider').nivoSlider();
});
</script>
if i load my pages without ajax (rel:external) slideshow script run!!
please help im newbe
thanks!