Я использую MooTools 1,12
Как объявить класс элементу при наведении курсора?
, например
У меня есть
<a href="example.html">Some text</a>
<a href="example.html">Some text</a>
<a href="example.html">Some text</a>
<a href="example.html">Some text</a>
anf при наведении курсора на ссылку Я хочу это:
<a href="example.html">Some text</a>
<a href="example.html">Some text</a>
<a class="hover" href="example.html">Some text</a> <!-- I am over this link -->
<a href="example.html">Some text</a>
Заранее спасибо