- See more at: http://www.bloggerhow.com/blogger/how-to-add-a-pop-up-window-using-css3-and-jquery-in-blogger-to-display-source-code-pictures/#sthash.NL2l9JhL.dpuf
// Place all Javascript code here
$(document).ready(function(){
$("#showPopup").click(function() {
$("div#Popup").addClass("show");
return false;
});
$("#closePopup").click(function() {
$("div#Popup").removeClass("show");
return false;
});
$(".trigger").click(function(){
$(".panel").toggle("fast");
$(this).toggleClass("active");
return false;
});
});
test
Sunday, 9 August 2015
Show the Popup box - See more at: http://www.bloggerhow.com/blogger/how-to-add-a-pop-up-window-using-css3-and-jquery-in-blogger-to-display-source-code-pictures/#sthash.NL2l9JhL.dpuf
Heading
It appears based on one line of javascript and
can be dismissed using the OK button below.
Pretty simple, right?
Add your code here.. If you want to display an image here,
remove pre tag and replace with img tag.
OK
- See more at: http://www.bloggerhow.com/blogger/how-to-add-a-pop-up-window-using-css3-and-jquery-in-blogger-to-display-source-code-pictures/#sthash.NL2l9JhL.dpuf
Here introduce about the image so users easily can select displayed information in the image
Here Starts Your H3 Heading
Here introduce about the image so users easily can select displayed information in the image Here Write your multipurpose texts also HTML tags and etc.
OK