i have an pop.html which contains a <div>. can i use jquery to dynamically show that popup while loading the MyHome.html Is it possible to include pop.html contents in MyHome.html using jquery. please suggest. thanks
pop.html
//div section contains body of html. and overlay transparent PopUp.
If I understood your question correctly you currently have a popup.html which is a div with some contents you want it to make it part of Myhome.html but not rendered on page load but shown when you need it.
WEll for this you just make the div has part of the page and give it a style attribute of diplay:none.
Now if you want to show the popup in a fancy way you can do something like this: