I have a dropdown that triggers an ajax call when its changed:
$(\'.travel-to\').change(function(){ $.ajax({ type: \"GET\", url: \"/inc
I got it working using jquery focusout
http://api.jquery.com/focusout/