Re: [jQuery] $.ajax call works with 1.04 but not with 1.1

2007-01-17 Thread Sasha Oros
Jörn, I found out that when I use 1.04 a 'test' variable gets a list of the user names, but when I switch to 1.1 it gets "" value. var test = $("/viewentries/viewentry/[EMAIL PROTECTED]'1']", xml).text(); Jörn Zaefferer wrote: > > Sasha Oros schrieb: >> By the way, all the variable values

Re: [jQuery] $.ajax call works with 1.04 but not with 1.1

2007-01-16 Thread Jörn Zaefferer
Sasha Oros schrieb: > By the way, all the variable values (url, columnNo & elementID) are the same > for both jQuery libraries. > Can you post a test page? Can't spot any obvious errors in your code. -- Jörn Zaefferer http://bassistance.de ___ jQu

[jQuery] $.ajax call works with 1.04 but not with 1.1

2007-01-15 Thread Sasha Oros
Hi, Below ajax call works fine with jQuery 1.04 and returns & sets multi-value to an input text field. But, when I try the same code with jQuery 1.1 it fails without any error (no error message, no result,... nothing happens). Not sure if I missed anything (regarding to upgrade changes), so any

[jQuery] $.ajax call works with 1.04 but not with 1.1

2007-01-15 Thread Sasha Oros
Hi, Below ajax call works fine with jQuery 1.04 and returns & sets multi-value to an input text field. But, when I try the same code with jQuery 1.1 it fails without any error (no error message, no result,... nothing happens). Not sure if I missed anything (regarding to upgrade changes), so any