Answer to Question #34097 in AJAX | JavaScript | HTML | PHP for bhavesh

Question #34097
sir, how to open the pop up window in javasript when page load without click on allowed on browser, autometically open the window, how can do this, please help me sir
1
Expert's answer
2013-08-22T11:54:24-0400
$(document).ready( function() {

loadPopupBox();

function loadPopupBox() { // To Load the Popupbox
$('#popup_box').fadeIn("slow");
$("#container").css({ // this is just for style
"opacity": "0.3"
});
}

});

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS