jOpanel plugin

An android notifications bar like panel, for hidden content.
Content is defined as the plugin's container div, unless a "src" property will be provided as an iframe's URL

Properties

Methods

Demo

Just drag the top bar of this page...

Dependencies

Syntax with all properties

jQuery().ready(function(){
	$('selector').jOpanel({
		closeEvent: "click",
		bgcolor:"white",
		textcolor: "grey",
		width:"100%",
		openmsg: "drag to open...",
		closemsg: "click to close the panel",
		src: false,
		duration: 500,
		maxfollow: 50
	});
});