[jQuery] Re: Ajax

2009-09-16 Thread Matthew Rolph
ue, Sep 15, 2009 at 7:05 PM, Matthew Rolph wrote: > >> well, i fixed that at least the source shows right now >> can you see any probs. now? >> >> >> On Mon, Sep 14, 2009 at 9:15 PM, Steven Yang wrote: >> >>> hi >>> this is all i see in the so

[jQuery] Re: Ajax

2009-09-15 Thread Matthew Rolph
well, i fixed that at least the source shows right now can you see any probs. now? On Mon, Sep 14, 2009 at 9:15 PM, Steven Yang wrote: > hi > this is all i see in the source of your page > >Ajax - jQuery Tests src="[jQuery] Re: $(this).css({"color" : "red"})
New Link: CSS<http://testingspot.hostcell.net/sandbox/tests/jquery/css.html> > On Sun, Sep 13, 2009 at 10:01 AM, Matthew Rolph wrote: > >> i have win so yea and i figured out, for some reason, >> double quotes: >> selectors(i.e. $("p")) >>

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

CSS Test<http://testingspot.hostcell.net/sandbox/tests/css.jquery.test.html> On Sun, Sep 13, 2009 at 10:01 AM, Matthew Rolph wrote: > i have win so yea and i figured out, for some reason, > double quotes: > selectors(i.e. $("p")) > single quotes: > handlers or at

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

above (the pastebin links) work in FF3.5 (on OS > X) > > > On Sat, Sep 12, 2009 at 5:07 PM, Matthew Rolph 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 P

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

ot;).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 wrote: > > http://testingspot.hostcell.ne

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

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 wrote: > >> see that code in the subj.? i'm using FF 3.5, and no matter what i >> do, .c