$("#myForm").on('submit', function (event) {
console.log(event.target); // или $(event.target)
return false;
});
.images {
text-align: justify;
width: 100%;
background-color: #ff0000;
position: relative;
text-align-last: justify;
}
.image {
width: 100px;
height: 100px;
display: inline-block;
background-color: #00ff00;
}
.images:after {
content: "";
display: inline-block;
width: 100%;
}