The field of web development is one that is continually changing to accommodate emerging technologies, user expectations, and market trends. The future of web development clearly contains fascinating potential as…
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…
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…
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…
Reading Time: 2 minutes JavaScript frameworks are developing at an extremely fast pace. This post is describing main points, advantages and disadvantages of ReactJS and AngularJS as Library and…
If you have too many forms to submit via ajax you can use the below speedy code to do that. Only you have to call to that function via parameters.…
If you're developing own wordpress plugin may be you have to use upload image in the custom field.So in here i'm going to explain all how to use media uploader…