An open API service indexing awesome lists of open source software.

https://github.com/uzitech/jquery.moveselected.js

Move selected options in a select up or down
https://github.com/uzitech/jquery.moveselected.js

Last synced: 3 months ago
JSON representation

Move selected options in a select up or down

Awesome Lists containing this project

README

        

# jquery.moveSelected.js
Move selected options in a select up or down
# Usage
```javascript
$("select").moveSelectedUp();
$("select").moveSelectedDown();
```
# Demo
http://jsfiddle.net/UziTech/qr5qfhgg/