Skip to content

Instantly share code, notes, and snippets.

View radosek's full-sized avatar
💯

Radoš radosek

💯
View GitHub Profile
@radosek
radosek / disable-scrolling-wc-tabs.js
Last active July 2, 2021 01:05 — forked from andrea-sdl/disable-scrolling-wc-tabs.js
disable scrolling on woocommerce-tabs
jQuery(".woocommerce-tabs li a").off("click");
jQuery(".woocommerce-tabs li a").click(function (e) {
e.preventDefault();
jQuery(".woocommerce-tabs li").removeClass("active");
jQuery(this).parent().addClass("active");
jQuery(".woocommerce-Tabs-panel:visible").hide();
jQuery(".woocommerce-Tabs-panel:visible").hide();
jQuery(jQuery(this).attr("href")).show();
return false;
});
@radosek
radosek / oxyninja_agencybase_standard_classes.json
Last active March 3, 2021 11:08 — forked from chris-castillo-dev/oxyninja_agencybase_standard_classes.json
[OxyNinja AgencyBase JSON Standart Classes] #OxyNinja #AgencyBase
{
"agency_base_standard_classes": {
"standard_class_group": [
{
"group_name": "Breakpoints (Reference Only)",
"classes": [
{
"class": "s",
"description": "Mobile (up to 480px)"
},