[jQuery] Jquery Autocomplete Problem

2009-03-15 Thread deafGuru
Hi, I have a bug with JQuery Autocomplete plugin. I don't know whether it's a bug or feature by design. The bug is easy to produce on-demand. Step-by-step to produce a bug. . Click to add new Author textbox. . Select second Author textbox to focus. . Type first two characters, says, 'La'. . Auto

[jQuery] Dynamically Autocomplete

2009-03-13 Thread deafGuru
Hi master developers! I have researched some JQuery autocomplete with some experiment tests. No autocomplete plug-in can handle what I wanted to do. In a nutshell, as an example, let's assume that a book could have multiple authors. I have one input text box with a single author name. I press 'Ad

[jQuery] Re: JQuery problem trying to read XML from a site (xmlhttp)

2009-02-27 Thread deafGuru
Type 'cross domain XML with ajax' in the search field. You will find an excellent answer to common problem. Last night it was first time it worked magically. If you have own website, you just call "proxy.php" in which it calls another domain for XML document, receives and wraps it, and return it t