這是jquery.ui.core.js下載,JQuery的插件,實現(xiàn)拖拽效果所需要的插件,jquery.ui.core.js。
String 空間上沿 X 軸,還是 Y 軸拖放 默認‟false ‟ 只能選 „x ‟, „y ‟ 一個 :Selector 阻止拖放某些元素 默認 „input ,option‟ $('.selector').draggable({ cancel: 'button' }); connectT oSortable : Selector 可以把復制后的對象元素直接動態(tài)添加到ul#myList上去.. 默認 false $('.selector').draggable({ connectToSortable: 'ul#myList' }); Containment: Selector, Element, String,Array Default:false
在jqueryui1.8.19中,發(fā)現(xiàn)它沒有使用原來1.8.17里邊那個巨大的260K的單個js,而是把各種JS散開放了,有效地防止了JS下載的帶寬。
不過放錯順序,會出現(xiàn)各種錯誤,不一而足,比如標題括號中的那個位置就經(jīng)常出做,自己測試及上網(wǎng)搜索了一下,找到個現(xiàn)在可用的順序,供大家參考。
What You'll BuildYou'll start with the MVC Movie application and add display and editor templates. You will then hook up the jQuery UI Datepicker popup calendar. Skills You'll Learn Introduction to the source code and how it works. How to create edit and display templates.