[jQuery] Disable Events under certain condition temporary?

2009-05-25 Thread Rudolpho
Hello! http://www.les-elites.org/index.php?article_id=126&clang=0 Example on this site u can test what i mean. I want that when all skillpoints are used further click function is disabled or better only works to disable selection to gain again a skillpoint. On current state u can see t

[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] Question about Click Function

2009-05-21 Thread Rudolpho
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 one is activated. Once u click the first one it is "checked" AND the next one must be activated. the work i´ve done so far is: $(document).rea

[jQuery] Begginner Problems......

2009-05-21 Thread Rudolpho
Hello! Sorry but i just started with Jquery and hereby ask for your Support: $(document).ready(function() { $('#desperation input[type=image]').attr('disabled', true).fadeTo ("fast", 0.10); $('#1').attr('disabled', false).fadeTo("fast", 0.70); }); $('#1').toggle( function () { $('#1')