Difference between revisions of "Template:Vilnius-Lithuania/JS"

(Created page with "<html> <script> $(document).ready(function() { $("#alert").addClass("red_text"); }); </script> </html>")
 
Line 3: Line 3:
 
$(document).ready(function() {
 
$(document).ready(function() {
 
$("#alert").addClass("red_text");
 
$("#alert").addClass("red_text");
 +
$("#alert").css("color", "#f42434");
 
});
 
});
 
</script>
 
</script>
 
</html>
 
</html>

Revision as of 08:31, 3 July 2020