“Data-cel w HTML” Kod odpowiedzi

JavaScript Modal Close

$('#closemodal').click(function() {
    $('#modalwindow').modal('hide');
});
Mobile Star

Data-cel w HTML

Notice the link element has two custom data attributes: 
data-toggle and data-target . The toggle tells Bootstrap what to do 
and the target tells Bootstrap which element is going to open. 
So whenever a link like that is clicked, 
a modal with an ID of “basicModal” will appear
Splendid Salmon

Odpowiedzi podobne do “Data-cel w HTML”

Pytania podobne do “Data-cel w HTML”

Więcej pokrewnych odpowiedzi na “Data-cel w HTML” w HTML

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu