WordPress Developer Ukraine, Dnipro
Simple mail form use AJAX

Simple mail form use AJAX

Simple example use AJAX for HTML form As they say: For developer doesn’t live by WordPress alone.Today, I give an example work to AJAX for building simple landing page without use most popular CMS. In this example we’ll not use back-end validation for fields, but we’ll use requirement attribute for fields. In really life, not…
Get URL parameters using jQuery?

Get URL parameters using jQuery?

How to get the value from the GET parameters using jQuery? Very often we face challenge need get values from URL (GET query parameters) and if in PHP is a special function ($_GET) then in JavaScript and in particular jQuery such function is absent. Below, I’ll provide example that function, that I found in the…