but for me , this is the simplyest and easy to configure
This is the link
Jquery bubble popup
This is the example:
Examples
This is the example code:
$(document).ready(function(){
//create a bubble popup for each DOM element with class attribute as "text", "button" or "link" and LI, P, IMG elements.
$('.text, .button, .link, li, p.paragraph, #myimage1, #myimage2').CreateBubblePopup({
position : 'top',
align : 'center',
innerHtml: 'Take a look to the HTML source of this page
\
to learn how the plugin works!',
innerHtmlStyle: {
color:'#FFFFFF',
'text-align':'center'
},
themeName: 'all-black',
themePath: 'images/jquerybubblepopup-theme'
});
});
0 komentar:
Posting Komentar