$(function() {
$("body").sidebar({
text : "Follow Me", // can be anything
size : "30px", // can be anything in pixels
length : "200px", // can be anything in pixels
margin : "130px", // can be anything in pixels
position: "left", // left / bottom / right / top
fadding : "0.5", // 0.1 to 1.0
openURL : "www.twitter.com/amitspatil"
});
});
| Option | Description |
|---|---|
| text | This text will be shown on sidebar in Vertical style. |
| size | This is a dynamic configuration option its behavious is dependant on position propery. Ex : If position is set to left/right then size option becomes width of Sidebar. and if its set to bottom/top then it becomes height of sidebar. |
| length | This is again a dynamic configuration option its behavious is dependant on position propery. Ex : If position is set to left/right then length option becomes height of Sidebar. and if its set to bottom/top then it becomes width of sidebar. |
| position | Position of sidebar
|
| fadding | Initial fading of sidebar (ranges from 0.1 to 1.0) |
| openURL | Set url which will get opened when user click on sidebar |
| img | This option is in development and will publish soon |