Let's discuss about WordPress advanced developments of navigation. I want to change every ul, li tags into div tags of header menu. The header.wp_nav_menu() is always returns ul , li…
The Web Storage API is a set of mechanisms that enable browsers to store key-value pairs. It is designed to be much more intuitive than using cookies. The key-value pairs…
When you're working with jQuery select2 you might be seen it's clear option not working event use the allowClear parameter. This post will explain about the issue and how to…
Easy and tested methods to detect mobile devices using jQuery or JavaScript. Pure JavaScript has method to detect mobile device type called navigator.userAgent.
JavaScript Method
window.navigator.userAgent
Execute the following code to detect the…
After long time I tried to log into my Skype account. I couldn't login. So I reset my password and logged successfully. The wondering thing is my all contacts are…
What is the smart and easy method to export datatable all data or selected rows or selected columns as excel, csv, pdf, print or copy? This post is explaining how…
How to show multiple markers in google map using google map API? This tutorial will explain how to create Responsive Google Map with multiple markers with live demo. You can…
This tutorial teach you to how to install WordPress on Microsoft Azure as very easily. Microsoft Azure is a collection of cloud services from Microsoft for building, testing, deploying, and…
When you are working with javascript datatable to display the data you might need to hide some columns, but need to export them. This post describes how to Javascript datatable…
If you are wordpress blog user,you must consider about the site security process. Otherwise your site may be hack or infecting malwares. So I'm going to explain some essential wordpress…