CSS Test<http://testingspot.hostcell.net/sandbox/tests/css.jquery.test.html>
On Sun, Sep 13, 2009 at 10:01 AM, Matthew Rolph <marine.ro...@gmail.com>wrote: > 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. >