Search code examples
jqueryjquery-uiselectable

what's wrong with my fiddle using jqueryui selectable


hi I have a very simple fiddle to understand how to use jqueryui selectable:

http://jsfiddle.net/hvqz7/.

However it doesn't look work. Anyone know what's wrong with it?


Solution

  • Your last line in the CSS should be:

    #container .ui-selected { background: #F39814; color: white; }
    

    Working fiddle:

    http://jsfiddle.net/U8XsX/