[jQuery] Re: SlideUp() Question

2009-03-12 Thread kellyjandr...@sbcglobal.net
of example for everyone. Later. On Mar 12, 2:17 pm, "kellyjandr...@sbcglobal.net" wrote: > Ok - I have made it that faar, however the second image is just > "covering" the previous one. So instead of revealing the image (ala a > theater curtain going from the stage floo

[jQuery] Re: SlideUp() Question

2009-03-12 Thread kellyjandr...@sbcglobal.net
Down stuff. > > See the first example here: > > http://www.learningjquery.com/2009/02/slide-elements-in-different-dir... > > --Karl > > > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Mar 12, 2009, at 10:53 AM, kellyjandr...@sbcglobal.net wro

[jQuery] SlideUp() Question

2009-03-12 Thread kellyjandr...@sbcglobal.net
Let me preface this by stating, showing the code is not going to be possible, nor do I think it to be needed. I am looking to produce an animation that is in my head tricky. I am looking to reproduce the effect of slideUp(), but in reverse. Instead of pulling the bottom to the top, I want the top

[jQuery] Re: Cascade (chained) works in Firefox but not in IE

2009-02-02 Thread kellyjandr...@sbcglobal.net
You may have to write the special characters with their HTML equivalent code. Is that not a possibility? On Feb 1, 6:04 pm, James wrote: > I did attach firebug at one point but couldn't glean anything useful > from it.  From my google research, the problem has to do with the > encoding (UTF-8) a

[jQuery] Re: How select first link??

2009-01-18 Thread kellyjandr...@sbcglobal.net
You will need to not only remove the link, but the links parent, unless an empty LI is ok for you. On Jan 18, 1:02 pm, punkplod wrote: > had lots of trouble using #menu li a:first when i first started using > jquery > > Outside of jquery use :first and :last are css3 pseudo selectors so im > a l

[jQuery] Re: How select first link??

2009-01-18 Thread kellyjandr...@sbcglobal.net
Bah - I see they "fixed" it. You should not be able to select only one anchor tag in this instance using $('#menu li a:first') On Jan 18, 9:33 am, "kellyjandr...@sbcglobal.net" wrote: > The question on all of this is usage - and I don't know how cl

[jQuery] Re: How select first link??

2009-01-18 Thread kellyjandr...@sbcglobal.net
The question on all of this is usage - and I don't know how clear it was stated. The selectors everyone has put up are valid, but not necessarily for the usage. <> So the issue is to remove only the first link. $('#menu li:first a) will only select the anchor inside first list item. Perfect un

[jQuery] $.ajax and xml

2009-01-05 Thread kellyjandr...@sbcglobal.net
I built a simple photo gallery with XML and Jquery. Works Perfect in Firefox, and displays nothing in IE6/7. I have examined the produced code with FireBug, and it looks exactly as it should. >From the research I have found, it's either an issue with XML being called as ActiveX (which may not be