1 2 3 4 5 6 7 8 9 10 11 12 | <script type= "text/<a href=" http: //www.jb200.com/js/" target="_blank" class="infotextkey">javascript</a>" > function B(selector){ $(selector).fadeOut( 'slow' , function (){ $( this ).fadeIn( 'slow' , function (){ B( this ); }); }); } $(document).ready( function (){ B( '.B' ); }); </script> |