[jQuery] Re: IE Problem with (function($)

2009-01-15 Thread Ricardo Tomasi
Not really - after all I was wrong too :D I didn't notice the other closing braces under "quoted text" in the OP. cheers, - ricardo On Jan 14, 2:56 am, Karl Swedberg wrote: > good eye, Ricardo! thanks for the back up. :-) > > --Karl > > > Karl Swedbergwww.englishrules.comwww.learn

[jQuery] Re: IE Problem with (function($)

2009-01-15 Thread Sagar Arya
Geees.. Cheers ! Aryan On Thu, Jan 15, 2009 at 5:19 PM, Liam Potter wrote: > > I see it now, and I also noticed you put it in style tags, you should use > script tags > > > > That's how you would include a script. > > Sagar Arya wrote: > >> Oops.. tat was a mistake.. "double quotes" i must

[jQuery] Re: IE Problem with (function($)

2009-01-15 Thread Liam Potter
I see it now, and I also noticed you put it in style tags, you should use script tags That's how you would include a script. Sagar Arya wrote: Oops.. tat was a mistake.. "double quotes" i must notice that... :) Those 3 examples are exactly the same? : Nope... notice that there's a small

[jQuery] Re: IE Problem with (function($)

2009-01-15 Thread Sagar Arya
Oops.. tat was a mistake.. "double quotes" i must notice that... :) Those 3 examples are exactly the same? : Nope... notice that there's a small space after the ending double quote.. ( got it ? ) :) tat's where IE sucks ! Cheers ! Aryan On Thu, Jan 15, 2009 at 5:05 PM, Liam Potter wrote: > > Th

[jQuery] Re: IE Problem with (function($)

2009-01-15 Thread Liam Potter
Those 3 examples are exactly the same? Also, they are double quotes, not doube codes. Sagar Arya wrote: Hello, This completely works fine.. How ever it was a v v v v vv simple mistake when i include the .js files... there shouldn't be any spaces between the double(") codes.. E

[jQuery] Re: IE Problem with (function($)

2009-01-15 Thread Sagar Arya
Hello, This completely works fine.. How ever it was a v v v v vv simple mistake when i include the .js files... there shouldn't be any spaces between the double(") codes.. Eg: = Illegal In IE. ( Really Sucks ! ) = Legal in FF ( Smooth !) = Legal In both IE and FF

[jQuery] Re: IE Problem with (function($)

2009-01-15 Thread Sagar Arya
Hello,I am very sorry.. I am not supposed to publish the code.. Cheers ! Sagar On Thu, Jan 15, 2009 at 3:28 PM, jQuery Lover wrote: > > Is it possible to have your page published somewhere? > > > Read jQuery HowTo Resource - http://jquery-howto.blogspot.com > > > > On Thu, Jan 15

[jQuery] Re: IE Problem with (function($)

2009-01-15 Thread jQuery Lover
Is it possible to have your page published somewhere? Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Jan 15, 2009 at 2:44 PM, Sagar Arya wrote: > Hello, > Yes I included the jQuery file before the colorpicker.js file. And > it works fine in Mozilla and c

[jQuery] Re: IE Problem with (function($)

2009-01-15 Thread Sagar Arya
Hello, Yes I included the jQuery file before the colorpicker.js file. And it works fine in Mozilla and chrome.. but it doesn't turn up in IE. Cheers ! Sagar On Thu, Jan 15, 2009 at 3:03 PM, jQuery Lover wrote: > > Well, it says jQuery is undefined. Have you put your jquery.js file > bef

[jQuery] Re: IE Problem with (function($)

2009-01-15 Thread jQuery Lover
Well, it says jQuery is undefined. Have you put your jquery.js file before colorpicker.js ? Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Jan 15, 2009 at 2:27 PM, Sagar Arya wrote: > Hello, >It doesn't seem to work even after adding the braces. It wo

[jQuery] Re: IE Problem with (function($)

2009-01-14 Thread James Van Dyke
The initial (function($) { was never closed. Here's how I formatted it so everything lines up: (function($){ var EYE = window.EYE = (function() { var _registered = { init: [] }; return { init:

[jQuery] Re: IE Problem with (function($)

2009-01-13 Thread Sagar Arya
hey thanks so much.. :-) Cheers ! Aryan On Wed, Jan 14, 2009 at 10:26 AM, Karl Swedberg wrote: > good eye, Ricardo! thanks for the back up. :-) > > --Karl > > > Karl Swedberg > www.englishrules.com > www.learningjquery.com > > > > > On Jan 13, 2009, at 5:54 PM, Ricardo Tomasi wrot

[jQuery] Re: IE Problem with (function($)

2009-01-13 Thread Karl Swedberg
good eye, Ricardo! thanks for the back up. :-) --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 13, 2009, at 5:54 PM, Ricardo Tomasi wrote: You're missing a parenthesis when closing the anonymous function: }(); should be })(); And I'm guessing '$' is

[jQuery] Re: IE Problem with (function($)

2009-01-13 Thread Ricardo Tomasi
You're missing a parenthesis when closing the anonymous function: }(); should be })(); And I'm guessing '$' is there for jQuery, so that should actually be })(jQuery); - ricardo On Jan 13, 3:56 pm, "Sagar Arya" wrote: > may be i should check with the other files and let you know... thanks fo

[jQuery] Re: IE Problem with (function($)

2009-01-13 Thread Sagar Arya
may be i should check with the other files and let you know... thanks for the information.. Cheers ! Aryan On Tue, Jan 13, 2009 at 7:06 PM, Karl Swedberg wrote: > I'm not seeing anything obvious. Taking a stab in the dark here ... I've > received a similar error in the past when a reference to on

[jQuery] Re: IE Problem with (function($)

2009-01-13 Thread Karl Swedberg
I'm not seeing anything obvious. Taking a stab in the dark here ... I've received a similar error in the past when a reference to one of my JavaScript files was resulting in a 404. The browser would try to parse the file as JavaScript, but of course it would be met with a syntax error on lin