Thread jQuery: einzelne Auswahl bei click()-Event (9 answers)
Opened by Froschpopo at 2008-01-04 11:35

renee
 2008-01-04 12:06
#104373 #104373
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Probier mal:
Code: (dl )
1
2
3
4
5
jQuery().ready(function() {
$("#links a").click(function() {
$(this).hide();
});
});
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread jQuery: einzelne Auswahl bei click()-Event