Change progress bar colour based on progress value

5 years ago

Changing a progress bar colour based on what value its progress is at. This is done using jQuery and the…

jQuery autocomplete input example

5 years ago

How to do a jQuery autocomplete input element from an array source. autocomplete gives the ability to find and select…

DataTables link in column example

5 years ago

An example of putting links in DataTables columns that includes the rows data. This is done with column render whereby…

Draggable Bootstrap grid with order saving

5 years ago

A draggable Bootstrap grid that will save the order for future usage. The drag feature is implemented with gridstrap.js. The…

DataTables example with Ajax

5 years ago

How to use DataTables with Ajax calls to fetch and fill the table with data. There are multiple ways to…

Live toggle button status update with AJAX

5 years ago

How to make a live Bootstrap toggle button switch update by using Ajax and jQuery. The toggle button updates live…

Simple pretty URL’s with PHP and the htaccess file

5 years ago

An easy method of doing simplified or pretty URLs with PHP and a htaccess file. Using prettified URL's looks good,…

jQuery show, hide, remove and create element example

5 years ago

Using jQuery to show, hide and remove HTML content as well as the differences between using hide and remove. Hide…

DataTables example with PHP and PDO MySQL

5 years ago

DataTables is an advanced table plugin for jQuery which easily brings features like pagination, searching and ordering for many data…

Button click to fade in and out content with jQuery

5 years ago

Example of button click to fade in and out content with toggle state using jQuery. CodePen example. Firstly a couple…