question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The simplest example

See original GitHub issue

It 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:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
0o-de-lallycommented, Nov 1, 2016

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.

1reaction
gmlewiscommented, Jul 3, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found