echo '<input type="Submit" name="sendMessage" value="Написати продавцю" onclick="window.location.href=\'send_message.php\'; return false;" >';
$(".colors").on("click", function(){
$('<span>', {'class':CancelFramework })
.text('Отмена')
.click(function(){
$( '.colors' ).removeClass('colorBorder');
$( 'div.color div' ).remove();
$( 'div.color strong' ).remove();
$( 'div.color' ).fadeOut(500);
filterObj();
})
.appendTo('.colorFilter');
});
document.getElementById("element_id").addEventListener("mouseenter", function( event ) {
...
});