Skip to content

Hello World Example? Where is Doco #540

Closed Answered by dbareis
dbareis asked this question in Q&A
Discussion options

You must be logged in to vote

OK I got it to work, here is my example (not sure what is wrong in my real code but I'll sort that out next :-(

I'd still like to know where the doco is...

<script src="JS Libraries/slim-select/v2.8.2/slimselect.min.js"></script>
<link rel="stylesheet" href="JS Libraries/slim-select/v2.8.2/slimselect.css">


<h1>Slim Select Test</h1>
<form id="upload_form" action="#" enctype="multipart/form-data" method="get">
   <select id='Db24Select' class="ignore">
        <option value="1">Some option</option>
        <option value="2">Another option</option>
        <option value="3" disabled="">A disabled option</option>
        <option value="4">Potato</option>
      </select>
</form>

<script>
  …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dbareis
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants