I am using jquery.BlockUI to block a page when performing ajax call to a back end script. It was working fine, but once I had added jquery.overlay from jquery TOOLS, blockUI plugin stopped working. So if I remove
<script src="js/jquery.tools.min.js"></script>
line then blockUI is working fine. Could you please advise me on how I can force these two things work together
Thanks