JQuery n'est pas la première

Comment puis-je dire..

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

Mon 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

            });
  • Pouvez-vous poster un exemple de votre click gestionnaire?
  • fait ajouté mon code
InformationsquelleAutor Tomkay | 2010-11-29