[jQuery] Autocomplete two fields

2009-05-30 Thread Adrian Grigoras
Hello, I use JQuery.Autocomplete to autocomplete values into one field. Depending on the first field, I also need to populate a second field. For example: I autocomplete the Name field and depending on the selected name I need to autocomplete also Phone field. It's possible to do that? Thanks

[jQuery] Re: Do you figure out how to do this?

2009-03-20 Thread Adrian Grigoras
Mar 19, 4:47 am, Adrian Grigoras > wrote: > > > If the call in in the same domain, but on another machine, it will > > work? > > > For example, call example1.mydomain.com from example2.mydomain.com > > > Thanks > > > On Mar 19, 3:36 pm, MorningZ wrote:

[jQuery] Re: Do you figure out how to do this?

2009-03-19 Thread Adrian Grigoras
ther domain > > you'll have to use an tag or work out something on your > server side code to call the remote domain and then call that code > from your javascript  (pretty much using your server/code as a proxy) > > On Mar 19, 5:46 am, Adrian Grigoras > wrote: > > >

[jQuery] Do you figure out how to do this?

2009-03-19 Thread Adrian Grigoras
I have the same question. I want to load some external file, for example: http://www.google.com. This is my code: jQuery - Ajax dynamic content loading http://code.jquery.com/jquery-latest.js"; type="text/ javascript"> function loadContent(id) {