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
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", {
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
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...
>
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);
>
> >
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
6 matches
Mail list logo