English 中文(简体)
持股人没有被展示为可分类的、可 d的和低 drop的。
原标题:Placeholder is not shown in jquery sortable, drag & drop

我可以不向地主展示四舍五入的物品。

<script type="text/javascript">
$(function() {
$("#userContent").sortable({
        handle:  .close_button ,
        connectWith:  #userContent ,
        placeholder:  placeholder ,  
        forcePlaceholderSize: true,
        tolerance:  pointer ,
        revert: true,
    });
});
</script>
<style type="text/css">
.webtitle_paragraphs {
    width:98%;
    float:left;
    border:1px solid #0099CC;
    margin:5px;
}
.close_button {
    display:block;
    overflow:visible;
    visibility:visible;
    height:20px;
    background:#0099CC;
    width:100%;
}
.placeholder {
    background: #f0f0f0;
    border:1px dashed #ddd;
    visibility: visible !important;
}

.webtitle input {
    width:98%;
    font: bold 20px verdana;
    border:0px;
}
.paragraph_txt textarea {
    width:98%;
    height:auto;
    border:0px;
}
</style>

<div id="userContent">
  <div class="webtitle_paragraphs" id="div4463_text">
    <div class="close_button" id="close_4463"><a onclick="removeDiv( div4463_text );"><img src="images/close_button.png" alt="close" width="15" height="15" border="0" align="right"/></a></div>
    <div class="webtitle_paragraph">
      <div class="webtitle">
        <input value="Title" name="webtitle4463"  type="text" class="text _4463" />
      </div>
    </div>
  </div>
  <div class="webtitle_paragraphs" id="div7192_image">
    <div class="close_button" id="close_7192"><a onclick="removeDiv( div7192_image );"><img src="images/close_button.png" alt="close" width="15" height="15" border="0" align="right"/></a></div>
    <div class="webtitle_paragraph">
      <div class="paragraph"><img src="https://localhost/web20/user_site_designs/images/noImage.jpeg" id="img7192" class="imageCntrl"/>
        <input type="hidden" name="imgName7192" id="imgName7192" value="" class="image _7192"/>
      </div>
    </div>
  </div>
  <div class="webtitle_paragraphs" id="div9683_paragraph">
    <div class="close_button" id="close_9683"><a onclick="removeDiv( div9683_paragraph );"><img src="images/close_button.png" alt="close" width="15" height="15" border="0" align="right"/></a></div>
    <div class="webtitle_paragraph">
      <div class="paragraph_txt">
        <textarea class="paragraph _9683" name="myTextarea9683" id="myTextarea9683">Paragraphp</textarea>
      </div>
    </div>
  </div>
</div>
最佳回答

添加浮体:绕到股东风格。

而且,在复读后,你有了一个 com子:这不应存在。

问题回答

暂无回答




相关问题
getGridParam is not a function

The HTML: <a href="javascript:void(0)" id="m1">Get Selected id s</a> The Function: jQuery("#m1").click( function() { var s; s = jQuery("#list4").getGridParam( selarrrow )...

selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

jQuery cycle page with links

I am using the cycle plugin with pager functionality like this : $j( #homebox ) .cycle({ fx: fade , speed: fast , timeout: 9000, pager: #home-thumbs , ...

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

jConfirm with this existing code

I need help to use jConfirm with this existing code (php & Jquery & jAlert). function logout() { if (confirm("Do you really want to logout?")) window.location.href = "logout.php"; } ...

Wrap text after particular symbol with jQuery

What I m trying to do, is wrap text into div inside ll tag. It wouldn t be a problem, but I need to wrap text that appears particularly after "-" (minus) including "minus" itself. This is my html: &...

热门标签