Kod
<script type="text/javascript" />
$( document ).ready(function() {
$( document ).ready(function() {
no to
Kod
$( document ).ready(function() {
i dalszy kod jquery jest bez kolorowania składni
<html> <head> <script type="text/javascript" src="http://code.jquery.com/jquery-2.0.3.js"></script> <script type="text/javascript" /> $( document ).ready(function() { alert("Jakis tekst"); var liczba = 5; console.log(liczba); }); </script> </head> </html> <body> </body> </html>