“Obraz tła CSS nie jest pokażu Zmień Domyślny obraz” Kod odpowiedzi

Obraz tła CSS nie jest pokażu Zmień Domyślny obraz

$("html").css({ "background-image": "url('../images/pattern%20copy.png'), url('../images/visuals/visual3-edit.jpg')", "background-position": "center", "background-repeat": "no-repeat", "background-attachment": "fixed"  });
Alert Addax

Obraz tła CSS nie jest pokażu Zmień Domyślny obraz

var imageURLs = $('div');
imageURLs.each(function(index, element){
    var imageURL = $(element).css('background-image').replace('url("', '').replace('")', '');
    if (imageURL != "none"){
        $.ajax({
           url: imageURL,
           type: 'HEAD',
           error: function(){
              //error handling for broken image url
           }
        });
    }
});
Alert Addax

Odpowiedzi podobne do “Obraz tła CSS nie jest pokażu Zmień Domyślny obraz”

Pytania podobne do “Obraz tła CSS nie jest pokażu Zmień Domyślny obraz”

Więcej pokrewnych odpowiedzi na “Obraz tła CSS nie jest pokażu Zmień Domyślny obraz” w CSS

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

Przeglądaj inne języki kodu