0

I trying to make a select sortable but not having much luck

http://jsfiddle.net/ajcppmod/DGTG7/6/

<div class="sortable">
    <select>
      <option>A</option>
      <option>B</option>
      <option>C</option>
      <option>D</option>
    </select>
    <select>
      <option>1</option>
      <option>2</option>
      <option>3</option>
      <option>4</option>
    </select>
</div>

$('.sortable').sortable({
    connectWith: ".sortable",

});

Is the select swallowing the mouse event. I'm pretty new to JS!

Thanks AJ

4

0 回答 0