The jQuery scripts I have in a DVWP do not get executed when I enable Asychronous Load in the Ajax Options of the DVWP. They do execute when I disable Asychronous Load though. Any thoughts on this?
A few scripts I refer to in the XSLT of the DVWP are:
<!-- Table sorting JS -->
<script type="text/javascript" src="/_layouts/somefolder/jquery.tablesorter.min.js"></script>
<script type="text/javascript" src="/_layouts/somefolder/fancybox/jquery.fancybox-1.3.1.js"></script>
<link rel="stylesheet" type="text/css" href="/_layouts/somefolder/fancybox/jquery.fancybox-1.3.1.css" media="screen" />
<link rel="stylesheet" href="/_layouts/somefolder/jquery.simplemenu.css" type="text/css" media="screen" />