The simplest example
See original GitHub issueIt put what seems to be the simplest example here
It’s just this
<div>
<div id="left"> foo </div>
<div id="right"> bar </div>
</div>
<script src="https://nathancahill.github.io/Split.js/split.js"></script>
<script>
Split(["#left", "#right"], {});
</script>
plus the CSS copied from the demo page docs
and yet nothing happens. I’m probably doing something completely stupid and it’s staring me in the face.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Use simplest in a sentence - Examples - Bab.la
How to use "simplest" in a sentence? · That is the simplest approach. · It is both the cheapest and the simplest. ·...
Read more >the simplest example of | English examples in context - Ludwig
High quality example sentences with “the simplest example of” in context from reliable sources - Ludwig is the linguistic search engine that helps...
Read more >The best 500 simplest sentence examples
How to use simplest in a sentence. Example sentences with the word simplest. The most voted sentence example for simplest is Even in...
Read more >The simplest examples | SpringerLink
Morse Function · Catastrophe Theory · Group Diff · Stable Singularity · Apparent Contour.
Read more >Simplest Formula Definition and Examples - Science Notes
For example, the simplest formula for water is H2O. There are two moles of hydrogen for every mole of oxygen in water.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ok thanks. If you could update the quickstart example in the readme, it would make it clear which div needs height. Also some css in the quickstart would be helpful. Thanks for a nice component.
Is https://jsfiddle.net/etwauo25/3/ supposed to be a working example? All I’m seeing in the window is
SETTHEHEIGHT
with no draggable split bars.Ah, I see this error in the console:
Uncaught ReferenceError: Split is not defined at window.onload ((index):52)
which might explain the problem.