Jquery JavaScript DHTML





  jQuery UI Selectable - Default functionality
  
  
  
  
  
  
  
  #feedback { font-size: 1.4em; }
  #selectable .ui-selecting { background: #FECA40; }
  #selectable .ui-selected { background: #F39814; color: white; }
  #selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
  #selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }
  
  
  $(function() {
    $("#selectable").selectable();
  });
  




  Item 1
  Item 2
  Item 3
  Item 4
  Item 5
  Item 6
  Item 7



Enable a DOM element (or group of elements) to be selectable. Draw a box with your cursor to select items. Hold down the Ctrl key to make multiple non-adjacent selections.