ЮГ
Size: a a a
ЮГ
IS
ЮГ
ЮГ
PA
O
ЮГ
O
P
PA
PA
j
var a = 'GSGSgbdhfg'
var b = JSON.stringify({one: 1, two: 2})
try {
JSON.parse(a)
} catch(e) {
alert(e)
}
IS
IS
B
UT
e.path[0] === e.currentTarget
B
$("#callbackModal").click(function(e){
console.log(e.path);
if (e.path[0] === e.currentTarget)
console.log(1);
else
console.log(2);
});
UT