Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8966095
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T16:57:08+00:00 2026-06-15T16:57:08+00:00

Updated code: http://jsfiddle.net/S96pA/1/ <!DOCTYPE html> <html lang=en> <head> <meta charset=utf-8> <script src=http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js type=text/javascript></script> <script

  • 0

Updated code:

http://jsfiddle.net/S96pA/1/

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
<script src="http://github.com/downloads/SteveSanderson/knockout/knockout-2.2.0.js" type="text/javascript"></script>

</head>

<body>

<form id="new-pub">

    <input data-bind="value: Title" /><br/>

    <select size="10" multiple="multiple"
            data-bind="selectedOptions: Attachment, options: AttachmentSelect"></select>


</form>


<script type="text/javascript">

var AttachmentSelect=["C2012_info_mail.pdf", "C2012_programme.pdf"];

 var viewModel =
 {
    Title : ko.observable('Hello world'),
    Attachment: ko.observableArray([ "C2012_info_mail.pdf" ,  "C2012_programme.pdf" ])
};

 ko.applyBindings(viewModel, document.getElementById("new-pub"));

</script>

</body>
</html>
​

Expected, that selected items are highlighted (selected), but nothing happens. Why?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T16:57:09+00:00Added an answer on June 15, 2026 at 4:57 pm

    You have to add value binding to your select:

    <select data-bind="options: myList, value: selected" multiple="multiple" size="5">
    

    Also viewModel is a function so you have to create instance of it:

    ko.applyBindings(new viewModel());
    

    Here is working fiddle: http://jsfiddle.net/wM3EX/4/

    EDIT:

    Change the order of options and selectedOptions bidnings. Options should always be the first:

    <select size="10" multiple="true"
            data-bind="options: AttachmentSelect, selectedOptions: Attachment">
    </select>
    

    Working fiddle: http://jsfiddle.net/S96pA/2/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have updated the code I am working on here http://jsfiddle.net/dFfJm/ At the first
I have the following code: UPDATED: http://jsfiddle.net/Zdevq/2/ .container { height: 100%; width: 100%; background:
Example code: http://jsfiddle.net/slolife/PnmxM/ I am asking this even though there are a number of
http://jsfiddle.net/motocomdigital/uTV5k/18/ I've updated using toggle instead on click - though still can't get smooth
I have a Jquery event which does not trigger every time: http://jsfiddle.net/LphjL/ My code:
Is it possible to load just tabs when page is loaded? Sample code: http://jsfiddle.net/MWtMR/2/
Using HighCharts 2.2.3 in an ASP.NET site. See http://jsfiddle.net/wergeld/TDLvc/ for code example. My site
Ooops, fiddle updated now correct In this fiddle, http://jsfiddle.net/SySRb/118/ once you click .start an
My question is simple. First off, take a look at this code: http://jsfiddle.net/Jk8Nr/ All
I have the following code at http://jsfiddle.net/ssCqe/ , I am trying to get the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.