html,css,html5,css3,javascript,jquery blog there is queries with solution regarding the web designing
<script>
$(document).ready(function() {
var isshow = localStorage.getItem('isshow');
if (isshow== null) {
localStorage.setItem('isshow', 1);
// Show popup here
$('.popup').show();
}
});
</script>
No comments:
Post a Comment