Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
adjust README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Barrior committed Jun 16, 2017
1 parent 9cc43c9 commit 753ee16
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@
2、依次引入 `jquery.js``ddsort.js`,然后使用 `DDSort API` 实现如图拖放排序效果:

$( '.wrap' ).DDSort({
target: 'li', // 示例而用,默认即'li'
floatStyle: { // 示例而用,默认有一定的样式
// 示例而用,默认即 li
target: 'li',

// 示例而用,默认有一定的样式
floatStyle: {
'border': '1px solid #ccc',
'background-color': '#fff'
}
Expand Down

0 comments on commit 753ee16

Please sign in to comment.