$ (dokument) .ready (funkcja () {
$(".expand ").click (funkcja () {
jeżeli ($ (.hasClass) .parents ("tr") .next ("tr") .hasClass ("chować ")) {
$ (.removeClass) .parents ("tr") .next ("tr") .removeClass ("chować ");
} inny {
$ (.addClass) .parents ("tr") .next ("tr") .addClass ("chować ");
}
powrotny fałszywy;
});
});
|