[jQuery] Re: $(this).css({color : red})

2009-09-16 Thread Liam Byrne


Try $(this).css({color:#FF});

Matt wrote:

see that code in the subj.? i'm using FF 3.5, and no matter what i
do, .css won't work!! any help?



No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 8.5.409 / Virus Database: 270.13.99/2372 - Release Date: 09/15/09 05:59:00


  




[jQuery] Re: $(this).css({color : red})

2009-09-13 Thread fx

http://pastebin.com/m58a02ab3
Works fine on FF 3.5.3 on Windows as well


[jQuery] Re: $(this).css({color : red})

2009-09-13 Thread Matthew Rolph

i have win so yea and i figured out, for some reason,
double quotes:
selectors(i.e. $(p))
single quotes:
handlers or attributes(i.e. .toggleClass('red'))

the new and improved
On Sat, Sep 12, 2009 at 8:59 PM, Charlie Griefer
charlie.grie...@gmail.com wrote:

 All 3 of the samples I pasted above (the pastebin links) work in FF3.5 (on OS 
 X)


 On Sat, Sep 12, 2009 at 5:07 PM, Matthew Rolph marine.ro...@gmail.com wrote:

 it's still not working right so i'm getting safari and seeing if that works 
 out


 On Sat, Sep 12, 2009 at 1:10 PM, jhm jmay...@gmail.com wrote:


 The code on that page doesn't match the code in your file. Yours is
 missing the curly brackets:

        $(p.blue).css(color : red);

 should be

        $(p.blue).css({color : red});

 Any syntax error like that will stop the script dead.


 On Sep 12, 9:58 am, Matthew Rolph marine.ro...@gmail.com wrote:
  http://testingspot.hostcell.net/sandbox/tests/css.jquery.test.html
  it somehow doesn't work at all not even the css
  does it matter where the style and scripts are in the of the document
 
  On 9/12/09, Mike Alsup mal...@gmail.com wrote:
 
 
 
   see that code in the subj.? i'm using FF 3.5, and no matter what i
   do, .css won't work!! any help?
 
   Maybe this isn't what you think it is.  Can you post some code or a
   link?





 --
 I have failed as much as I have succeeded. But I love my life. I love my 
 wife. And I wish you my kind of success.


[jQuery] Re: $(this).css({color : red})

2009-09-13 Thread Matthew Rolph
CSS Testhttp://testingspot.hostcell.net/sandbox/tests/css.jquery.test.html

On Sun, Sep 13, 2009 at 10:01 AM, Matthew Rolph marine.ro...@gmail.comwrote:

 i have win so yea and i figured out, for some reason,
 double quotes:
 selectors(i.e. $(p))
 single quotes:
 handlers or attributes(i.e. .toggleClass('red'))

 the new and improved
 On Sat, Sep 12, 2009 at 8:59 PM, Charlie Griefer
 charlie.grie...@gmail.com wrote:
 
  All 3 of the samples I pasted above (the pastebin links) work in FF3.5
 (on OS X)
 
 
  On Sat, Sep 12, 2009 at 5:07 PM, Matthew Rolph marine.ro...@gmail.com
 wrote:
 
  it's still not working right so i'm getting safari and seeing if that
 works out
 
 
  On Sat, Sep 12, 2009 at 1:10 PM, jhm jmay...@gmail.com wrote:
 
 
  The code on that page doesn't match the code in your file. Yours is
  missing the curly brackets:
 
 $(p.blue).css(color : red);
 
  should be
 
 $(p.blue).css({color : red});
 
  Any syntax error like that will stop the script dead.
 
 
  On Sep 12, 9:58 am, Matthew Rolph marine.ro...@gmail.com wrote:
   http://testingspot.hostcell.net/sandbox/tests/css.jquery.test.html
   it somehow doesn't work at all not even the css
   does it matter where the style and scripts are in the of the document
  
   On 9/12/09, Mike Alsup mal...@gmail.com wrote:
  
  
  
see that code in the subj.? i'm using FF 3.5, and no matter what i
do, .css won't work!! any help?
  
Maybe this isn't what you think it is.  Can you post some code or
 a
link?
 
 
 
 
 
  --
  I have failed as much as I have succeeded. But I love my life. I love my
 wife. And I wish you my kind of success.



[jQuery] Re: $(this).css({color : red})

2009-09-13 Thread Matthew Rolph
New Link: CSShttp://testingspot.hostcell.net/sandbox/tests/jquery/css.html

 On Sun, Sep 13, 2009 at 10:01 AM, Matthew Rolph marine.ro...@gmail.comwrote:

 i have win so yea and i figured out, for some reason,
 double quotes:
 selectors(i.e. $(p))
 single quotes:
 handlers or attributes(i.e. .toggleClass('red'))

 the new and improved
 On Sat, Sep 12, 2009 at 8:59 PM, Charlie Griefer
 charlie.grie...@gmail.com wrote:
 
  All 3 of the samples I pasted above (the pastebin links) work in FF3.5
 (on OS X)
 
 
  On Sat, Sep 12, 2009 at 5:07 PM, Matthew Rolph marine.ro...@gmail.com
 wrote:
 
  it's still not working right so i'm getting safari and seeing if that
 works out
 
 
  On Sat, Sep 12, 2009 at 1:10 PM, jhm jmay...@gmail.com wrote:
 
 
  The code on that page doesn't match the code in your file. Yours is
  missing the curly brackets:
 
 $(p.blue).css(color : red);
 
  should be
 
 $(p.blue).css({color : red});
 
  Any syntax error like that will stop the script dead.
 
 
  On Sep 12, 9:58 am, Matthew Rolph marine.ro...@gmail.com wrote:
   http://testingspot.hostcell.net/sandbox/tests/css.jquery.test.html
   it somehow doesn't work at all not even the css
   does it matter where the style and scripts are in the of the
 document
  
   On 9/12/09, Mike Alsup mal...@gmail.com wrote:
  
  
  
see that code in the subj.? i'm using FF 3.5, and no matter what
 i
do, .css won't work!! any help?
  
Maybe this isn't what you think it is.  Can you post some code
 or a
link?
 
 
 
 
 
  --
  I have failed as much as I have succeeded. But I love my life. I love my
 wife. And I wish you my kind of success.





[jQuery] Re: $(this).css({color : red})

2009-09-12 Thread Mike Alsup

 see that code in the subj.? i'm using FF 3.5, and no matter what i
 do, .css won't work!! any help?

Maybe this isn't what you think it is.  Can you post some code or a
link?


[jQuery] Re: $(this).css({color : red})

2009-09-12 Thread Matthew Rolph

http://testingspot.hostcell.net/sandbox/tests/css.jquery.test.html
it somehow doesn't work at all not even the css
does it matter where the style and scripts are in the of the document

On 9/12/09, Mike Alsup mal...@gmail.com wrote:

 see that code in the subj.? i'm using FF 3.5, and no matter what i
 do, .css won't work!! any help?

 Maybe this isn't what you think it is.  Can you post some code or a
 link?


[jQuery] Re: $(this).css({color : red})

2009-09-12 Thread Charlie Griefer
These both work for me:

http://pastebin.com/m3701f681
http://pastebin.com/m62f8b24b


On Sat, Sep 12, 2009 at 9:58 AM, Matthew Rolph marine.ro...@gmail.comwrote:


 http://testingspot.hostcell.net/sandbox/tests/css.jquery.test.html
 it somehow doesn't work at all not even the css
 does it matter where the style and scripts are in the of the document

 On 9/12/09, Mike Alsup mal...@gmail.com wrote:
 
  see that code in the subj.? i'm using FF 3.5, and no matter what i
  do, .css won't work!! any help?
 
  Maybe this isn't what you think it is.  Can you post some code or a
  link?




-- 
I have failed as much as I have succeeded. But I love my life. I love my
wife. And I wish you my kind of success.


[jQuery] Re: $(this).css({color : red})

2009-09-12 Thread Charlie Griefer
as does this:

http://pastebin.com/m58a02ab3

On Sat, Sep 12, 2009 at 10:05 AM, Charlie Griefer charlie.grie...@gmail.com
 wrote:

 These both work for me:

 http://pastebin.com/m3701f681
 http://pastebin.com/m62f8b24b



 On Sat, Sep 12, 2009 at 9:58 AM, Matthew Rolph marine.ro...@gmail.comwrote:


 http://testingspot.hostcell.net/sandbox/tests/css.jquery.test.html
 it somehow doesn't work at all not even the css
 does it matter where the style and scripts are in the of the document

 On 9/12/09, Mike Alsup mal...@gmail.com wrote:
 
  see that code in the subj.? i'm using FF 3.5, and no matter what i
  do, .css won't work!! any help?
 
  Maybe this isn't what you think it is.  Can you post some code or a
  link?




 --
 I have failed as much as I have succeeded. But I love my life. I love my
 wife. And I wish you my kind of success.




-- 
I have failed as much as I have succeeded. But I love my life. I love my
wife. And I wish you my kind of success.


[jQuery] Re: $(this).css({color : red})

2009-09-12 Thread jhm

The code on that page doesn't match the code in your file. Yours is
missing the curly brackets:

$(p.blue).css(color : red);

should be

$(p.blue).css({color : red});

Any syntax error like that will stop the script dead.


On Sep 12, 9:58 am, Matthew Rolph marine.ro...@gmail.com wrote:
 http://testingspot.hostcell.net/sandbox/tests/css.jquery.test.html
 it somehow doesn't work at all not even the css
 does it matter where the style and scripts are in the of the document

 On 9/12/09, Mike Alsup mal...@gmail.com wrote:



  see that code in the subj.? i'm using FF 3.5, and no matter what i
  do, .css won't work!! any help?

  Maybe this isn't what you think it is.  Can you post some code or a
  link?


[jQuery] Re: $(this).css({color : red})

2009-09-12 Thread Matthew Rolph
it's still not working right so i'm getting safari and seeing if that works
out

On Sat, Sep 12, 2009 at 1:10 PM, jhm jmay...@gmail.com wrote:


 The code on that page doesn't match the code in your file. Yours is
 missing the curly brackets:

$(p.blue).css(color : red);

 should be

$(p.blue).css({color : red});

 Any syntax error like that will stop the script dead.


 On Sep 12, 9:58 am, Matthew Rolph marine.ro...@gmail.com wrote:
  http://testingspot.hostcell.net/sandbox/tests/css.jquery.test.html
  it somehow doesn't work at all not even the css
  does it matter where the style and scripts are in the of the document
 
  On 9/12/09, Mike Alsup mal...@gmail.com wrote:
 
 
 
   see that code in the subj.? i'm using FF 3.5, and no matter what i
   do, .css won't work!! any help?
 
   Maybe this isn't what you think it is.  Can you post some code or a
   link?



[jQuery] Re: $(this).css({color : red})

2009-09-12 Thread Charlie Griefer
All 3 of the samples I pasted above (the pastebin links) work in FF3.5 (on
OS X)

On Sat, Sep 12, 2009 at 5:07 PM, Matthew Rolph marine.ro...@gmail.comwrote:

 it's still not working right so i'm getting safari and seeing if that works
 out


 On Sat, Sep 12, 2009 at 1:10 PM, jhm jmay...@gmail.com wrote:


 The code on that page doesn't match the code in your file. Yours is
 missing the curly brackets:

$(p.blue).css(color : red);

 should be

$(p.blue).css({color : red});

 Any syntax error like that will stop the script dead.


 On Sep 12, 9:58 am, Matthew Rolph marine.ro...@gmail.com wrote:
  http://testingspot.hostcell.net/sandbox/tests/css.jquery.test.html
  it somehow doesn't work at all not even the css
  does it matter where the style and scripts are in the of the document
 
  On 9/12/09, Mike Alsup mal...@gmail.com wrote:
 
 
 
   see that code in the subj.? i'm using FF 3.5, and no matter what i
   do, .css won't work!! any help?
 
   Maybe this isn't what you think it is.  Can you post some code or a
   link?





-- 
I have failed as much as I have succeeded. But I love my life. I love my
wife. And I wish you my kind of success.