Your content goes here...
Note : You can define your custom CSS for this content and make sure you have included the 'bringins-content' class
$(document).ready(function() { $('#sampledata').bringins(); });
this will bring up the page once the DOM is loaded
In the below example we will specify the plugin to initiate on mouse click
$(document).ready(function() { $('#btn').click(function(){ $('#sampledata').bringins({ "position":"center", //animation of the bringins page "color":"black", //background color of the page "closeButton":"white", //color of the close button "width":"100%", //width of the bringins page "margin":100, //margin of the content inside the page "zIndex":999 //z-index of the page }); }); });
If you wish to help us continue and improve our services
Donate