UNPKG
accelo_ui_styleguide
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Generator for accelo ui styleguide
bitbucket.org/affinitylive/accelo_ui_styleguide
accelo_ui_styleguide
/
accelo-builder
/
kss-assets
/
accelo-custom.js
10 lines
(9 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
$(
function
(
) {
setup_code_toggle
(); });
function
setup_code_toggle
(
){ $(
'.kss-markup__expand'
).
click
(
function
(
){ $(
this
).
parent
(
'.kss-markup'
).
addClass
(
'kss-markup--expanded'
); $(
this
).
hide
(); }); }