Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giginet/jquery-3dsmenu
jQuery plugin for listing like Nintendo 3DS home menu.
https://github.com/giginet/jquery-3dsmenu
Last synced: about 2 months ago
JSON representation
jQuery plugin for listing like Nintendo 3DS home menu.
- Host: GitHub
- URL: https://github.com/giginet/jquery-3dsmenu
- Owner: giginet
- Created: 2011-09-25T03:02:41.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-28T01:52:50.000Z (over 13 years ago)
- Last Synced: 2024-10-14T09:53:31.475Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 813 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Introduction
============
jQuery plugin for listing like Nintendo 3DS home menu.Your list elements will behave like this video.
http://www.youtube.com/watch?v=R8r9E8ENmVc
Demo
============
Comming Soon!Usage
============
require jQuery1.3.2+ and jQueryUI 1.8.16+ (include Core, Draggable and Droppable.)::
$(document).ready(function(){
$('ul').dsmenu();
});Methods
============
init(options)
-----------
Initialize your 3dsmenu.contract()
-----------
Decrease number of rows.expand()
-----------
Increase number of rows.row()
-----------
Get current number of rows.setRow(row, [animation])
---------
Set number of rows.If [animation] is true.
It will change with animation.Options
============
Comming Soon!Issues
============
It may not work to sort cells on Safari.