[問題] 關於jquery Draggable的問題

看板Ajax作者 (Windows)時間14年前 (2010/06/29 21:37), 編輯推噓1(101)
留言2則, 2人參與, 最新討論串1/1
我直接將問題錄下來了 請各位大大先看! http://www.youtube.com/watch?v=MgDWc5rhdpc
如影片中 當我只要把右邊的捲軸下拉時 似乎定位就會出錯!? 我用的chrome瀏覽器 程式碼如下: <script type='text/javascript'> $(function() { $("#draggable").draggable(); }); </script> <style> #draggable { width: 150px; height: 150px; padding: 0.5em; } </style> <div id="draggable" class="ui-widget-content"> <p>Drag me around</p> </div> <?php //這是為了上網頁可以往下延伸而產生捲軸用的 for($i=0;$i<50;$i++)echo "123<br/>" ?> 就要勞煩各位大大了~"~ -- -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 111.248.218.66

07/05 22:18, , 1F
我覺得你PO的程式碼跟你的影片好像不太一樣
07/05 22:18, 1F

07/07 23:52, , 2F
一模一樣啊= ="
07/07 23:52, 2F
文章代碼(AID): #1CAVSGGc (Ajax)