While using jQuery's autocomplete, I've noticed that characters &
and '
are
escaped as &
and '
;
Example, autocomplete displays Barbara’s Straight Son
but when I
choose this the field shows Barbara's Straight Son
.
Any ideas how I can avoid this?
Thank you for your time!