Опять же, я новенький, очень извините за отсутствие знаний. Я добавил 2 в нижней части элемента кузова, чтобы подключить JS к HTML.
Вот где я в: html -код: < /p>
Код: Выделить всё
Chapter 10, Extend
Learning How to Use jQuery
I know how to create HTML pages.
I know how to style webpages with CSS.
I know how to add functionality to webpages with JavaScript.
I understand how to use the jQuery library.
Hide
Show
Student's Name: Moses Saygbe
The latest version of jQuery is:
Resource used to complete this assignment:
.Js код: < /p>
Код: Выделить всё
function remove() {
$('#hide').click(function(){
$('#main').hide();
});
}
function display() {
$
}
Подробнее здесь: https://stackoverflow.com/questions/794 ... ng-content
Мобильная версия