[jQuery] Re: Ajax

2009-09-16 Thread Matthew Rolph
thanks!! i also added a extra link to show both, id selectors for the tag

On Tue, Sep 15, 2009 at 9:02 PM, Steven Yang kenshin...@gmail.com wrote:

 your first link works find
 the second one doesnt work because you have the wrong id on your a
 and the id is the same as your div




 On Tue, Sep 15, 2009 at 7:05 PM, Matthew Rolph marine.ro...@gmail.comwrote:

 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 kenshin...@gmail.comwrote:

 hi
 this is all i see in the source of your page

  !DOCTYPE html html head titleAjax - jQuery Tests/title script
 src=http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js;
 /script style

 i dont think its complete. Might be something wrong on your serverside
 program.

 On Tue, Sep 15, 2009 at 9:02 AM, Matt marine.ro...@gmail.com wrote:


 I made a page that would load 2 html pages, had a footer to show both,
 2 links to show indivually, the divs to load them in, and the sticky
 footer css. My js seems valid, but the page is just completely blank.
 URL:
 http://testingspot.hostcell.net/sandbox/tests/jquery/ajax/ajax.html







[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 kenshin...@gmail.com wrote:

 hi
 this is all i see in the source of your page

 !DOCTYPE html html head titleAjax - jQuery Tests/title script
 src=http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js;
 /script style

 i dont think its complete. Might be something wrong on your serverside
 program.

 On Tue, Sep 15, 2009 at 9:02 AM, Matt marine.ro...@gmail.com wrote:


 I made a page that would load 2 html pages, had a footer to show both,
 2 links to show indivually, the divs to load them in, and the sticky
 footer css. My js seems valid, but the page is just completely blank.
 URL: http://testingspot.hostcell.net/sandbox/tests/jquery/ajax/ajax.html





[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 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 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?