Browse Source

+ br

issue-210
RubaXa 10 years ago
parent
commit
dabcb26cc1
  1. 3
      README.md

3
README.md

@ -438,7 +438,8 @@ To assemble plugin for jQuery, perform the following steps:
grunt jquery grunt jquery
``` ```
Now you can use `jquery.fn.sortable.js` (or `jquery.fn.sortable.min.js` if you run `grunt jquery:min`): Now you can use `jquery.fn.sortable.js`:<br/>
(or `jquery.fn.sortable.min.js` if you run `grunt jquery:min`)
```js ```js
$("#list").sortable({ /* options */ }); // init $("#list").sortable({ /* options */ }); // init

Loading…
Cancel
Save