Placeholder is not shown in jquery sortable, drag & drop
- by balakrishnan
I can't show Place holder for the sortable items in a div.
<script type="text/javascript">
$(function() {
$("#userContent").sortable({
handle: '.close_button',
connectWith: '#userContent',
placeholder: 'placeholder',
forcePlaceholderSize: true,
tolerance: 'pointer',
revert: true,
…