$("body").on("click", ".text", function() {
alert("123");
});
"translate3d(" + old + "px" "," "0px" "," "0px" ")"
{"transform": "translate3d(" + old + "px, 0px, 0px)"}
хотя она объявлена глобальной
var check;
$('.buy').click(function(){
var price = $(this).data('price'),
product = $(this).data('product'),
photo = $(this).data('photo'),
vibor = $(this).data('kavo');
check = '123',
//...
});
$(document).ready(function () {
class AnotherPencil extends SomePencil {
constructor(color, type) {
super(color, type);
}
};