Skip to content

kenwheeler/nipple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nipple

Mobile Finger Navigation

Author: Ken Wheeler

Date: 06/20/13

Version: 1.0b

Demo

Demo

Options

longPressLength: int - (default: 750)

leftSelect: callback function

upSelect: callback function

rightSelect: callback function

downSelect: callback function

Example


$('.nav').nipple({ 
	longPressDuration: 750, 
	leftSelect: function() {
		$('.mobile-message').text('You selected Settings!');
	},
	upSelect: function() {
		$('.mobile-message').text('You selected Home!');
	},
	rightSelect: function() {
		$('.mobile-message').text('You selected Comments!');
	},
	downSelect: function() {
		$('.mobile-message').text('You selected Favorites!');
	} 
});

License

Copyright (c) 2013 Ken Wheeler

Dual licensed under the MIT and GPL licenses.

Free as in Bacon.