Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
public
/
app-assets
/
js
/
scripts
/
Filename :
css-typography.js
back
Copy
/* * CSS - Typhography */ // Toggle Flow Text - css-typography.js var toggleFlowTextButton = $("#flow-toggle"); toggleFlowTextButton.click(function () { $("#flow-text-demo") .children("p") .each(function () { $(this).toggleClass("flow-text"); }); });