...
$("#btn").click(
function(event){
event.preventDefault();
...
...
</head>
<body>
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js'></script>
<script src='ajax.js'></script>
</head>
<body>
...
</body>
.apachectl stop
sudo brew services start httpd
Если не поможет - попробуйте переустановить
brew unlink php@7.0
brew install php@7.1
У вас стоит так же MacPorts, рекомендуется выбрать что-то одно.
Warning: You have MacPorts or Fink installed:У вас стоит так же MacPorts, рекомендуется выбрать что-то одно.
/opt/local/bin/port
This can cause trouble. You don't have to uninstall them, but you may want to
temporarily move them out of the way, e.g.
Warning: You have unlinked kegs in your Cellarзапустите
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
python@2
brew link python@2
Warning: Broken symlinks were found. Remove them with `brew prune`:Скорее всего ваша проблема здесь. Запустите
brew prune
Всё правильно, теперь вы можете обращаться к нему, как к объекту.
Для отладки используйте лучше
console.log()