[jQuery] Re: Question about Click Function

2009-05-21 Thread Rudolpho
ps: strange behaviour can be seen live here: http://www.les-elites.org/index.php?article_id=126&clang=0

[jQuery] Re: Question about Click Function

2009-05-21 Thread Rudolpho
Ok - so far i got it to work. The reason why the things didnt work was because the functions weren´t loaded on (document).ready. One solved next problem comes... i want it that way, once next button in row is activated the previous shouldnt work any more until the next one is deactiv

[jQuery] Re: Question about Click Function

2009-05-21 Thread ryan.j
somehting like... $(".clicky").live("click", function(){ $(this).next().fadeIn("slow") }); On May 21, 9:27 am, Rudolpho wrote: > Hello! > Sorry i´m a  absolute beginner  with JQuery, therefore  this  Question > may be somewhat trivial: > > My Goal is to make buttons in a  row. The first > o