Benutzer:J*/Spielwüste

aus Kamelopedia, der wüsten Enzyklopädie
Zur Navigation springen Zur Suche springen

JQuery Klappdings

Visible. TRIG

Inline Test

Lorem Visible. TRIG ipsum.

jQuery(".jq_tr").click( function () {
    var $this = jQuery(this);
    var speed = "fast";
    if ($this.parents(".jq_k").hasClass("fade_slow"))
        speed = "slow";
    else if ($this.parents(".jq_k").hasClass("fade_immediate"))
        speed = 0;
    $this.parents(".jq_k").children(".jq_kd").show(speed);
    $this.parents(".jq_kd").hide(speed);
});