“jQuery от JS” Ответ

jQuery от JS

$(document).ready(function() {
  $('a').click(function(event) {
    event.preventDefault();
    $(this).hide("slow");
  });
});
Pleasant Porcupine

jQuery от JS

<script src="jquery-1.6.1.js"></script>
<script src="my_jquery.js"></script>
Pleasant Porcupine

Ответы похожие на “jQuery от JS”

Вопросы похожие на “jQuery от JS”

Больше похожих ответов на “jQuery от JS” по JavaScript

Смотреть популярные ответы по языку

Смотреть другие языки программирования