invalid argument jquery-1.3.2.min.js

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
innovativeinfosln
Forum Newbie
Posts: 2
Joined: Sun Dec 19, 2010 9:51 pm

invalid argument jquery-1.3.2.min.js

Post by innovativeinfosln »

then in all solutions post solutions as

step1) search return N.toUpperCase()}); in jquery-1.3.2.min.js
step2) add if(K=='Infinitypx'){K=''};if(K=='NaNpx'){K=''}; after
searched stmt;


actually this was a bug in jquery-1.3.2.min.js where all the scnerios
were not covered.

adding this will sort out that error and it will work smoothly.

it would really help developers facing this terrible error.

just need to follow above steps and look, it worked smoothly for us as
well.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: invalid argument jquery-1.3.2.min.js

Post by pickle »

I'm guessing this was supposed to be a reply & not a new topic?
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: invalid argument jquery-1.3.2.min.js

Post by Darhazer »

pickle wrote:I'm guessing this was supposed to be a reply & not a new topic?
And I guess he just advertises his web site.
There is jQuery 1.5, who still uses 1.3.2?
Post Reply