$( collection ).click(function () { this.clicked = this.clicked === undefined ? false : !this.clicked; if ( this.clicked ) { // Ваш обработчик } });