View Single Post
  #303  
Old 07-14-2015, 05:53 PM
tristantio tristantio is offline
Fire Giant

tristantio's Avatar

Join Date: Nov 2010
Posts: 888
Default

Quote:
Originally Posted by Trajor [You must be logged in to view images. Log in or Register.]
Still no initial item list for me, using Chrome v43 and IE v11.

Perhaps you need to swap the closing </select> with the <script> line?

<select id="item-search" class="btn" multiple>
<option value="" selected>Show all items</option>
</select>
<script>populate_item_search();</script>
No, it's not an include in the sense that it would add the text where the script tags are (although I could change it to document.writeln calls or something), it runs a javascript function which manipulates the DOM to update what's in the select tags.
Reply With Quote