Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width">
<script src='https://cdn.jsdelivr.net/npm/scarletsframe@0.34.0/dist/scarletsframe.min.js'></script></head>
<body>
  <p sf-lang="hello">
    Hello from the <b>other</b> side
  </p>
  
  <sf-m name="test">
    <input sf-lang="i'm.here" type="text" sf-bind="model" placeholder="I'm on here!"/>
    <input sf-lang="i'm.here2" type="text" sf-bind="quote" placeholder="And here!"/>
    <p sf-lang="value">
      Can you see "{{ model }}" in the <b>middle</b> of <u>two {{quote}}</u>?
    </p>
  </sf-m>
  
  
<br><br>
<a onclick="changeDefault('en')">English</a><br>
<a onclick="changeDefault('id')">Indonesia</a><br>
<a onclick="changeDefault('jp')">Japanese</a><br>
</body></html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
StefansAryapro
0viewers