AJAX (Asynchronous JavaScript and XML) is a powerful technique used in modern web development that allows web pages to communicate with the server without reloading the page. WordPress has built-in support for handling AJAX requests using its own hooks and structure. This guide will walk you through setting up both GET and POST AJAX requests in WordPress.
Tag: jquery
CSS3 – Sticky Header on Scroll Example
In this tutorial I’ve setup an example of how to add an animated sticky header to a website using almost pure CSS with just a touch of javascript.
The header becomes ‘sticky’ when the top header bar is scrolled out of view, in the demo this is 40px but can be changed using the LESS variables at the top of the /content/site.less file.