jQuery Window alert() function

0 votes
139 views
added Mar 26, 2018 in jQuery by LC Marshal Captain (25,790 points)

If there's a .holla element, popup alert will be appear "Hello world, I'm alert"

$(".holla").each( function() {
    alert("Hello world, I'm alert");
});
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...