What I have now:
So i have this HTML5 Datalist with a bunch of options in it, and I have 2 events firing. One when the user types out something that
To handle click only event here is the solution.
$("#book_search").bind('select', function () { alert("changed"); });