[jQuery] Re: Is it possible to fade images partially?

2008-06-28 Thread Cristian
tycallback > > for mode details > > - Richard > > Richard D. Worthhttp://rdworth.org/ > > On Sat, Jun 28, 2008 at 2:43 AM, Cristian <[EMAIL PROTECTED]> wrote: > > > I'd like to know if it is possible to apply the fadeOut function to an > > eleme

[jQuery] Is it possible to fade images partially?

2008-06-28 Thread Cristian
I'd like to know if it is possible to apply the fadeOut function to an element, but just partially, so that the element looks transparent (like a disabled button). I've been looking in the tutorials section of jQuery's official site and in Google, but I haven't found anything about it. Is it pos

[jQuery] Re: One button to do two opposite tasks.

2008-06-27 Thread Cristian
I changed Click for Toggle and it worked! Thank you very much, guys.

[jQuery] One button to do two opposite tasks.

2008-06-27 Thread Cristian
HI, I'm using the code below to create a hover effect. When the user puts the mouse over a div "box1" a list of items appear, and when it goes out, the list disappears. I thought it would be interesting to change the hover event for a click event. So that when the user clicked the box for the firs

[jQuery] Re: Same code structure to affect two elements, but one doesn't work

2008-04-08 Thread Cristian
I was so into learning JQuery when this happened that I thought the problem was caused by my lack of knowledge of JQuery. I never thought CSS specificity could be involved. Thank you so much for your help.

[jQuery] Same code structure to affect two elements, but one doesn't work

2008-04-07 Thread Cristian
Hi guys, I created some code, but it doesn't seem to work and I don't know why? I have a UL list surrounded by a DIV that has a 3px solid LightSteelBlue border. I created code to change the text color and background color of each LI element and the border color of the DIV while the mouse is over

[jQuery] Re: Do tabulations and spaces make a difference?

2008-02-10 Thread Cristian
Thank you Carlos, probably I was very tired last night. I spent 30 minutes trying to spot the problem. I'll probably never forget to add a semi colon again. :-) On 10 feb, 08:19, Carlos Antonio da Silva <[EMAIL PROTECTED]> wrote: > $(document).ready(function() { > $("#orde

[jQuery] Do tabulations and spaces make a difference?

2008-02-10 Thread Cristian
Hi! I just downloaded jquery today and the first thing I did was to start learning from this tutorial: http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery , but I am having trouble with this part: http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery#Find_me:_Using_selectors_and_e