Posts

Showing posts with the label modal_popup

jquery modal popup page on load example

Image
HTML < div id= "first-modal" class= "modal" > < center > < p >< img src= "assets/img/nutrition-logo.png" width= "132" height= "30" alt= "Sports Research" style= " opacity : 0.5 " ></ p > < h2 style= " margin : 15 px 0 25 px 0 ; " > Has it been 15 days since you received your product? </ h2 > < a href= "javascript:void(0)" class= "btn-free" rel= "modal:close" > Yes </ a > < a class= "btn-free" href= "javascript:void(0)" id= "show-notice-modal" > No </ a > </ center > </ div > < div id= "notice-modal" class= "modal" > < center > < p >< img src= "assets/img/nutrition-logo.png" width= "132" height= "30" alt= "Sports Research...