$(document).ready(function () {
$(".monogram-btn-ttl").click(function(e) {
var prntBtn = $(this).parent()
prntBtn.next().toggle();
$.ajax({
url: '',
dataType: 'json',
success: function (data) {
console.log(data.formats)
console.log(data.colors)
var colors = data.colors;
var colors = data.formats;
},
error: function (jqXHR, exception) {
console.log('error')
}
})
})
})
Есть json в formats 3 href для img , как сделать цикл в ul и каждый li положить картинку
и подставить href ??
Ребята помогите пажалуйста