JQuery - nicht zuerst

Wie kann ich sagen..

On Click .not.first() div
alert('Yeah you clicked a div which is not the first one!');

Meinen aktuellen code:

this.$('thumbnails').children().click(function() {

                $('#video').animate({width: 164, height: 20, top: 475, marginLeft: 262},0)

       $('.flv').animate({left: 2222, opacity: '0'},0).css('display', 'none')
        $('.close').animate({opacity: '0'},0)
                clicked = 0

            });

InformationsquelleAutor der Frage Tomkay | 2010-11-29

Schreibe einen Kommentar