[jQuery] Re: jQuery bug, or ?

2007-10-01 Thread Benjamin Sterling
See, its was from watching all that x video On 10/1/07, spinnach <[EMAIL PROTECTED]> wrote: > > > you should see x then :) .. > > and sorry, but the error seems to be related to IE WebDeveloper, when > typing the code in the console it didn't work.. when i put it in the > head

[jQuery] Re: jQuery bug, or ?

2007-10-01 Thread spinnach
you should see x then :) .. and sorry, but the error seems to be related to IE WebDeveloper, when typing the code in the console it didn't work.. when i put it in the head of the html file, it worked.. so thanks for your time, but it seems the problem was not related to jquery after a

[jQuery] Re: jQuery bug, or ?

2007-10-01 Thread Benjamin Sterling
WOW... is x better then xxx :) Two more questions: Have you tried Giovanni's suggestion and does that give you the same error? Can you post a live example? On 10/1/07, spinnach <[EMAIL PROTECTED]> wrote: > > > it's without any plugins or other code on the page, i have IE > WebDeveloper v2 to

[jQuery] Re: jQuery bug, or ?

2007-10-01 Thread spinnach
it's without any plugins or other code on the page, i have IE WebDeveloper v2 toolbar installed, and when i just type that in the console i get this error: Error Expected ')' http://x.com/ (line 1) dennis. Benjamin Sterling wrote: Spinnach, That should work, I am using just that in

[jQuery] Re: jQuery bug, or ?

2007-10-01 Thread Benjamin Sterling
Spinnach, That should work, I am using just that in a number of plugins, is there any other code on the page? Can you post the error? On 10/1/07, Giovanni Battista Lenoci <[EMAIL PROTECTED]> wrote: > > > spinnach ha scritto: > > > > this returns an error in IE7, works fine in firefox, is this a bu

[jQuery] Re: jQuery bug, or ?

2007-10-01 Thread Giovanni Battista Lenoci
spinnach ha scritto: this returns an error in IE7, works fine in firefox, is this a bug or something i overlooked ? var $div = $(''); Try var $div = $(''); $div.addClass('fileinputs'); Giovanni