S
но у меня не заходит по этому порту
Size: a a a
S
Z
Z
Z
DT
DT
М
// update post on click
$("#talk1").on('click', 'a[id^=book-update-]', function(){
var post_primary_key = $(this).attr('id').split('-')[2];
console.log(post_primary_key); // sanity check
book_update(post_primary_key);
});
DT
М
DT
М
DT
n
S
n
DT
/book_update/${pk}/, // the endpointn
n
DT
SM