Skip to content

Instantly share code, notes, and snippets.

@applicake
Created July 28, 2011 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save applicake/1112674 to your computer and use it in GitHub Desktop.
Save applicake/1112674 to your computer and use it in GitHub Desktop.
jQuery - alert
jQuery(function() {
var a = "Witam! oto mój pierwszy krok w świat jQuery."; // do zmiennej a przypisujemy tekst, który chcemy wyświetlić
alert(a); // wypisujemy wartość zmiennej na ekran przez okno modalne
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment