문제

I'm currently using Jquery autocomplete combobox to create some filters.

Functionality wise, it is all good.

But I'm having a issue where I would like to set "title" attributes each options that are newly created/filtered after typing key words on combobox.

enter image description here

Above image is showing the list of options with initial load. Which title attribute is conserved from initial option elements.

enter image description here

Above image is showing the list of options after I have newly typed keywords.

The reason why I need tittle is that I'm currently displaying URL of multiple sites and actual width given to combobox is never enough to display the full length of URL.

Thank you for reading my post and I hope to hear any solution or feedback.

도움이 되었습니까?

해결책

After spending time, I found the solution by myself.. (lots of people already spent time on this..)

If you are having same issue as I had, please have a look at comments on previous post.

I hope it helps.

Thank you all

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top