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…
How to add dynamic data to Contact Form 7

How to add dynamic data to Contact Form 7

Adding dynamic data to Contact Form 7 You or your customer has real estate a website. the website has many posts that description real estate and each post has contact form based Contact Form 7. The objective is to add real estate ID to this contact form. This step need for identification real estate from…
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…
AJAX live search in WordPress

AJAX live search in WordPress

Liven up WordPress default search Using AJAX are add some dynamic to a page where it used, in addition dynamic search more usability. About how to make it we talk in this article.
Async or defer for script tag in WordPress

Async or defer for script tag in WordPress

Using function wp_enqueue_script for add scripts in WordPress does not allow to indicating attributes of a script such as async defer etc. Here, we describe how resolve this problem and also use wp_enqueue_script for enqueue of jQuery, Bootstrap by using CDN.