[jQuery] Autocomplete: highlight is not working if the result contains escaped html characters

2009-11-02 Thread varun shankar
I have textfield where I am using the autocomplete. I want to allow users to use html in the input . And while outputting the result I am escaping the html. Now there is an issue if I use the default "highlight" feature of the autocomplete plugin. If the result contains escaped html characters, t

[jQuery] Autocomplete plugin: Google Chrome - Focus issue with the scrollbar

2009-08-28 Thread varun shankar
I am using jQuery 1.3.2. There is an input field in a form. Clicking on the input field opens a div as a dropdown. The div contains a list of items. As the list size is large there is a vertical scrollbar in the div. There is a blur event on the input field, to close the drop down when clicked o

[jQuery] Export a part of html table to excel

2009-02-03 Thread Shankar
I am trying to save a part of html table into an excel. I want to save partially inorder to omit images in the same html table. Ia m using the above code to save the table. Is there any way out to accomplish this? Thanking in advance for any tips or suggestions