אורן המתעפץ (שיחה | תרומות) אין תקציר עריכה |
אורן המתעפץ (שיחה | תרומות) אין תקציר עריכה |
||
| שורה 1: | שורה 1: | ||
/************************************************** | |||
DESIGN BOX (for page`s box & text box) | |||
Date: 05/10/2020 | |||
Made by: Oren | |||
**************************************************/ | |||
$(document).ready(function() { | $(document).ready(function() { | ||
$( | $(`.nmpDesignBoxTitleContainer`).click(function(){ | ||
$(this).closest(`.nmpDesignBoxContainer`).find(`i`).toggleClass(`nmpDesignBoxHideShowTogglerActive`); | |||
}); | $(this).closest(`.nmpDesignBoxContainer`).find(`.nmpDesignBoxText`).fadeToggle(); | ||
$(this).toggleClass(`nmpDesignBoxTitleBordersOnHide`); | |||
}); | |||
$(`.nmpDesignBoxTitleContainer:even`).addClass(`nmpDesignBoxTitleContainerEven`); | |||
$(`.nmpDesignBoxTitleContainer:odd`).addClass(`nmpDesignBoxTitleContainerOdd`); | |||
}) | }) | ||
גרסה מ־15:16, 5 באוקטובר 2020
/**************************************************
DESIGN BOX (for page`s box & text box)
Date: 05/10/2020
Made by: Oren
**************************************************/
$(document).ready(function() {
$(`.nmpDesignBoxTitleContainer`).click(function(){
$(this).closest(`.nmpDesignBoxContainer`).find(`i`).toggleClass(`nmpDesignBoxHideShowTogglerActive`);
$(this).closest(`.nmpDesignBoxContainer`).find(`.nmpDesignBoxText`).fadeToggle();
$(this).toggleClass(`nmpDesignBoxTitleBordersOnHide`);
});
$(`.nmpDesignBoxTitleContainer:even`).addClass(`nmpDesignBoxTitleContainerEven`);
$(`.nmpDesignBoxTitleContainer:odd`).addClass(`nmpDesignBoxTitleContainerOdd`);
})