$('#input_keywords').bind('input propertychange', function() { var input = $("#input_keywords").val(); console.log(input);});