I implemented jQuery tabs and use the opacity method to wipe one tab and then fade out the other. I would like the second image to fade over the first, and then hide the first image. Thus, the background behind the tabs will not be shown. Please inform.
Current jQuery Code:
<script type="text/javascript"> $(function() { $('#web-select').tabs({ fx: { opacity: 'toggle', duration:'fast'} }); }); </script>
javascript jquery jquery-ui fade
Brad birdsall
source share