toddsnyder.reamaze.io Open in urlscan Pro
98.85.75.245  Public Scan

Submitted URL: http://toddsnyder.reamaze.io/
Effective URL: https://toddsnyder.reamaze.io/
Submission: On December 26 via manual from US — Scanned from US

Form analysis 1 forms found in the DOM

GET /

<form id="search_form" autocomplete="off" action="/" accept-charset="UTF-8" method="get">
  <label for="q" style="opacity: 1;">Search for a topic or article...</label>
  <input type="text" name="q" id="q" onkeyup="if (this.timeout) { clearTimeout(this.timeout) } that = $jq(this); this.timeout = setTimeout(function() { that.parent().trigger('submit'); }, 800);" autocomplete="off"
    aria-label="Search for a topic or article...">
  <script>
    //<![CDATA[
    $jq(function() {
      $jq("label").inFieldLabels({
        fadeOpacity: 0.8
      });
    });
    $jq('#search_form').on('submit', function(e) {
      e.preventDefault();
      $jq('#search_form').addClass('searching');
      var brand = $jq('#_brand').val();
      var value = $jq('#search_form').find('input[type="text"]').val();
      var url = '/search.json?q=' + encodeURIComponent(value)
      if (brand) {
        url = url + '&_brand=' + encodeURIComponent(brand)
      }
      if ($jq(document.body).hasClass('popup')) {
        url = url + '&popup=1'
      }
      $jq.ajax({
        dataType: "json",
        url: url,
        success: function(data) {
          $jq('#search-drop').replaceWith(data.content);
          $jq('#search_form').removeClass('searching');
          $jq('#search_form').find('input[type="text"]').focus();
          // Parse the returned HTML and extract hrefs
          var tempDiv = document.createElement('div');
          tempDiv.innerHTML = data.content;
          var links = [];
          $jq(tempDiv).find('#search-results li .title a').slice(0, 3).each(function() {
            links.push($jq(this).attr('href'));
          });
          if (window.URLSearchParams && window.history && window.history.replaceState) {
            var searchParams = new URLSearchParams(window.location.search);
            searchParams.set("q", data.query);
            var url = location.pathname + '?' + searchParams.toString();
            window.history.replaceState({}, document.title, url);
          }
          if (!!window.gtag) {
            window.gtag('event', 'search_term', {
              'event_category': 'KB_search',
              'event_label': data.query,
              'top_suggestions': links.join(',')
            });
          }
        }
      })
    });
    //]]>
  </script>
</form>

Text Content

TODD SNYDER KNOWLEDGE BASE

Search for a topic or article...


The knowledge base currently has no topics.


CONTACT US

Not finding what you're looking for? Contact Us Directly

We run on re:amaze