meck373
Neues Mitglied
Hallo,
ich glaube nicht, dass das Problem kompliziert ist, aber ich lerne gerade, somit bin ich noch Anfänger :(
was mache ich falsch?
Was ich machen will, ist glaube ich klar :)
hiervor steht auch schon funktionierender javascript.....
jQuery (document).ready(function() {
jQuery ('div.mov').mouseover(function(){
jQuery ('div.mov')
.not(this)
.removeClass()
.fadeTo('slow',0.2).addClass('mo')
;}) .mouseout(function(){
jQuery ('div.mo')
.removeClass()
.addClass('mov');
});
});
</script>
Danke schon mal!!!
ich glaube nicht, dass das Problem kompliziert ist, aber ich lerne gerade, somit bin ich noch Anfänger :(
was mache ich falsch?
Was ich machen will, ist glaube ich klar :)
hiervor steht auch schon funktionierender javascript.....
jQuery (document).ready(function() {
jQuery ('div.mov').mouseover(function(){
jQuery ('div.mov')
.not(this)
.removeClass()
.fadeTo('slow',0.2).addClass('mo')
;}) .mouseout(function(){
jQuery ('div.mo')
.removeClass()
.addClass('mov');
});
});
</script>
Danke schon mal!!!