Logo
  • .htaccess
  • 1C WC - плагин
  • git
  • js
  • nuxt/vue
  • php
    WordPress
  • ssh
  • VDS/VPS Linux
    Docker

Категория: js

Простой ajax запрос

<script>
      let xhr = new XMLHttpRequest();
      let formData = new FormData();

      formData.append("type", type);
      formData.append("slug", slug);


      xhr.open("POST", '/wp-content/themes/help-consulting/ajax/post-tag.php', true);
    
      xhr.onreadystatechange = function() {
        if (this.readyState != 4) return;
          console.log(this.responseText);
      }

      xhr.send(formData);

</script>

full page scroll plugin

https://github.com/alvarotrigo/fullPage.js
https://github.com/peachananr/onepage-scroll
footer
Logo
  • .htaccess
  • 1C WC - плагин
  • git
  • js
  • nuxt/vue
  • php
  • ssh
  • VDS/VPS Linux
©2015-2025. 2Dit Help — справочник веб-программиста
Создание сайта —