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!
Category: jquery
How to setup default date for jQuery inline datePicker?
I’m using this jQuery inline datePicker plugin sample but I don’t know how to set up default date selected. Do you have any idea?