Datatable plugin natively doesn’t sort the data like 1. Currency with commas e.g. 5,565.00 2. Currency symbols and names etc.…
This can be achieved by using recursion in javascript.
A very simple and straight forward approach. Javascript Code Credit goes to scaisedge
How to send a GET Call to api with parameter Live at Fiddle https://jsfiddle.net/azizsagi/xpvt214o/725633/
How to deal with a javascript array of objects. Live at JS fiddle https://jsfiddle.net/azizsagi/Lrkajv6t/2/
Event bubble is an event binding to its intended target. For an example, you are on a web page and…
***Recommended: It is not recommended to change the default behavior for the browser using client-side scripting languages. They are limited in…
Example code Note: according to latest Jquery documentation it is not recommended to use $.ajaxSetup();
Top button show shown when scrolling down a web page. It should not be shown when end user is already…
I believe this will be the simplest way of doing it. These days almost every website provides a top button…
The best testers are always the end users who actually use your application. Multiple minds have multiple variations to do.…
Super easy search and replace using Jquery
HTML Code Jquery Code: