- e-mail

 

 -

   rsboarder

 -

 -

 -

delphi js mysql pascal....... php rock)) trance ....drum

 -

 LiveInternet.ru:
: 27.01.2008
:
:
: 829

:


/

, 29 2008 . 18:13 +


, . , . , .



MooTools 1.2. :

<table>
<tr>
<th width="30"><img src="checkboxes/uncheck.jpg" id="ucuc" /></th><th>Title</th>
</tr>
<tr>
<td><input type="checkbox" name="approve[]" class="check-me" value="Braveheart" /></td>
<td>Braveheart</td>
</tr>
<tr>
<td><input type="checkbox" name="approve[]" class="check-me" value="Gladiator" /></td>
<td>Gladiator</td>
</tr>
<tr>
<td><input type="checkbox" name="approve[]" class="check-me" value="The Patriot" /></td>
<td>The Patriot</td>
</tr>
<tr>
<td><input type="checkbox" name="approve[]" class="check-me" value="300" /></td>
<td>300</td>
</tr>
</table>

: ID “ucuc” . ;)

CSS ID. .
#ucuc	{ cursor:pointer; }

MooTools

[sourcecode='js']

window.addEvent(’domready’, function() {

$(’ucuc’).addEvent(’click’, function() {

if($(’ucuc’).get(’rel’) == ‘yes’)

{

do_check = false;

$(’ucuc’).set(’src’,'checkboxes/uncheck.jpg’).set(’rel’,'no’);

}

else

{

do_check = true;

$(’ucuc’).set(’src’,'checkboxes/check.jpg’).set(’rel’,'yes’);

}

$$(’.check-me’).each(function(el) { el.checked = do_check; });

});

});

[/sourcecode ]

. , ;)

.



di.fm
LIci - !

: [1] []
 

:
: 

: ( )

:

  URL