[jQuery] Re: jQuery 1.2.1 errors with Interface

2008-01-24 Thread Jamie
I had the same error and after checking the html I noticed I was referencing a parent element by class which no longer existed. Setting the correct class fixed the errors. On Dec 13 2007, 8:16 pm, SteelSoftware <[EMAIL PROTECTED]> wrote: > I'm also getting the same error when I've upgraded to 1.2

[jQuery] Re: jQuery 1.2.1 errors with Interface

2007-12-13 Thread SteelSoftware
I'm also getting the same error when I've upgraded to 1.2.1. The code I'm running is this: $(document).ready(function(){ $("#reportSelect").change(function(){ $("#report").SlideOutLeft("slow",function(){ $.get("./report.inc.php", {

[jQuery] Re: jQuery 1.2.1 errors with Interface

2007-12-07 Thread Philippe Rathe
For those having those bugs, are you augmenting the Object.prototype anywhere in your code? Because I realize that doing something like: Object.prototype.anyFunctionName = function () { // any code } Were making Interface crash. It the Interface code I realize that it calls my function wha

[jQuery] Re: jQuery 1.2.1 errors with Interface

2007-12-07 Thread ProxyDev
I'm having the same issue. If anyone figures this out .. please let us know. Thanks! :) On Nov 27, 12:31 am, SimonRaven <[EMAIL PROTECTED]> wrote: > On Nov 19, 7:40 am, alexanmtz <[EMAIL PROTECTED]> wrote: > > > > > Im having the same issue, if you fix the problem, please report > > here... >

[jQuery] Re: jQuery 1.2.1 errors with Interface

2007-11-26 Thread SimonRaven
On Nov 19, 7:40 am, alexanmtz <[EMAIL PROTECTED]> wrote: > Im having the same issue, if you fix the problem, please report > here... > > I'll do the same when I discovered... > > On Nov 5, 9:28 pm, Nicolae Namolovan <[EMAIL PROTECTED]> wrote:> I'm doing > > > $('#some').SlideInRight(500); > > >

[jQuery] Re: jQuery 1.2.1 errors with Interface

2007-11-19 Thread alexanmtz
Im having the same issue, if you fix the problem, please report here... I'll do the same when I discovered... On Nov 5, 9:28 pm, Nicolae Namolovan <[EMAIL PROTECTED]> wrote: > I'm doing > > $('#some').SlideInRight(500); > > The effect is working, but after I start to get millions of the same > e