[jQuery] jquery1.1 and modalContent problem

2007-01-15 Thread Ámon Tamás
Hello, I try to upgrade my little project from jquery 1.04 to jquery 1.1 . (naturally with jquery.compat-1.0). And with modalContent I get the following error: $(#modalContent).top is not a function (line 83). I think this is a jquery.compat error. Isn't it? -- Ámon Tamás

Re: [jQuery] jquery1.1 and modalContent problem

2007-01-15 Thread mohd khairi
Maybe change it to $('#modalContent') On 1/16/07, Ámon Tamás [EMAIL PROTECTED] wrote: Hello, I try to upgrade my little project from jquery 1.04 to jquery 1.1 . (naturally with jquery.compat-1.0). And with modalContent I get the following error: $(#modalContent).top is not a function (line

Re: [jQuery] jquery1.1 and modalContent problem

2007-01-15 Thread Gavin M. Roy
I'll work through the 1.1 issues in modalContent in the next few days and release a version compatible with 1.1. Gavin On 1/15/07, mohd khairi [EMAIL PROTECTED] wrote: Maybe change it to $('#modalContent') On 1/16/07, Ámon Tamás [EMAIL PROTECTED] wrote: Hello, I try to upgrade my little

Re: [jQuery] jquery1.1 and modalContent problem

2007-01-15 Thread Ámon Tamás
Gavin M. Roy wrote: I'll work through the 1.1 issues in modalContent in the next few days and release a version compatible with 1.1. I changed every .top(something) declaration to .css('top', something) and now it is working. Gavin On 1/15/07, *mohd khairi* [EMAIL PROTECTED]