$("a")
$('#vse_ssylki_ > .bystro_syuda in the document')
$("a").get()
$.fn.fadeOut( &$("a").click() );
$("a").hover(function () { $(this).fadeTo(100, 0.5); }, function () { $(this).fadeTo(100, 1); });
<script src="http://code.jquery.com/jquery-1.4.4.min.js"></script> <script> $(function() { $("a").hover(function () { $(this).fadeTo(100, 0.5); }, function () { $(this).fadeTo(100, 1); }); }); </script> <b><a href="#">Cсылка</a></b>