A Pen by PAUL ALEXANDRESCU on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://widgets.mindbodyonline.com/javascripts/healcode.js" type="text/javascript"></script> | |
<healcode-widget data-type="schedules" data-widget-partner="object" data-widget-id="071682686561" data-widget-version="1" ></healcode-widget>\ | |
<script> | |
document.addEventListener("widget:updated", function(t) { | |
setTimeout(function(){ | |
//open filter | |
document.getElementsByClassName("bw-header__filter-link")[0].click() | |
const urlParams = new URLSearchParams(window.location.search); | |
const classId = urlParams.get('classId'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/reel/CUpUVdUgSwH/?utm_source=ig_embed&utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/reel/CUpUVdUgSwH/?utm_source=ig_embed&utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-rad |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Welcome! require() some modules from npm (like you were using browserify) | |
// and then hit Run Code to run your code on the right side. | |
// Modules get downloaded from browserify-cdn and bundled in your browser. | |
var he = require('he') | |
var ht = require('html-to-text') | |
//var text = he.decode('text text2') | |
var htext = ht.fromString('text text2 <span>text3</span>') | |
document.getElementById('output1').textContent=htext |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p> | |
<dot class="dot-interpolate" data-formulas="[{'CompanyName': {formula:'TR.CommonName', arguments: ['TRI.TO'], fields:['']}}]" data-value="TR.CommonName" data-format=""> | |
<section class="dotDisplay"> | |
<div class="formulaName">TR.CommonName</div> | |
<div class="formulaRic">TRI.TO</div> | |
<div class="formulaButton">!</div> | |
</section> | |
</dot> is trading at | |
<dot class="dot-interpolate" data-formulas="[{'CF_LAST': {formula:'CF_LAST', arguments: ['TRI.TO'], fields:['']}}]" data-value="CF_LAST" data-format="$"> | |
<section class="dotDisplay"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<button id="generate">Generate</button> | |
<div id="results"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form> | |
<label for="displaySources"><span class="btn btn-primary">Select Source</span></label> | |
<input type=radio id="displaySources" name="group"> | |
<label for="displayMap"><span class="btn btn-primary">Map Data</span></label> | |
<input type=radio id="displayMap" name="group"> | |
<div class="displaySourcesText"> | |
<fieldset class="form-group"> | |
<label for="identifiers">Identifiers</label> | |
<input class="form-control" id="identifiers" value="GOOG.O"> | |
</fieldset> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form> | |
<label for="displaySources"><span class="btn btn-primary">Select Source</span></label> | |
<input type=radio id="displaySources" name="group"> | |
<label for="displayMap"><span class="btn btn-primary">Map Data</span></label> | |
<input type=radio id="displayMap" name="group"> | |
<div class="displaySourcesText"> | |
<fieldset class="form-group"> | |
<label for="identifiers">Identifiers</label> | |
<input class="form-control" id="identifiers" value="GOOG.O"> | |
</fieldset> |
A Pen by PAUL ALEXANDRESCU on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form> | |
<label for="displaySources"><span class="btn btn-primary">Select Source</span></label> | |
<input type=radio id="displaySources" name="group"> | |
<label for="displayMap"><span class="btn btn-primary">Map Data</span></label> | |
<input type=radio id="displayMap" name="group"> | |
<div class="displaySourcesText"> | |
<fieldset class="form-group"> | |
<label for="identifiers">Identifiers</label> | |
<input class="form-control" id="identifiers" value="GOOG.O"> | |
</fieldset> |
NewerOlder