this is a very simple question, but i have just started using jQuery for the fist time...
The question: why does this function not trigger?
$('#compare').mergely('get', 'rhs').on('change', function() {
alert("The text has been changed.");
});
Thanks.