Skip to main content

Implement jQuery Bootgrid with PHP & MySQL

In our previous tutorial, we have explained how to implement Multiselect Dropdown with Checkbox using jQuery and PHP. In this tutorial, we will explain how to implement jQuery Bootgrid plugin to create grid based tables.

The grid tables are very user friendly and feature rich which are used in web application. The grid based tables can be easily created using jQuery plugins.

jQuery Bootgrid is a grid control plugin that convert simple Table into grid with functionality such as column sorting, searching, pagination etc. The plugin is designed specially for Bootstrap.

In this tutorial you will learn how to implement jQuery Bootgrid with server side using PHP and MySQL. The tutorial is explained in easy sreps with live demo and also can download source code.

(more…)

Multiselect Dropdown with Checkbox using jQuery and PHP

In our previous tutorial, we have explained how to implement Autocomplete Search with Bootstrap, PHP & MySQL. In this tutorial, we will explain how to implement multi-select drop-down with checkbox using Bootstrap, jQuery and PHP.

Multiselect drop-down with checkbox is a very user friendly feature of web applications to allow users to select multiple options in drop-down list to search items.

So if you’re looking for solution to implement multi-select drop-down with checkbox with jQuery and PHP, then you’re at the right place. Here in this tutorial, we have used Bootstrap Multiselect plugin to create multiselect checkbox in drop-down list. We have also implement multi-select drop-down list form submit to get selected values at server end in PHP file.

The tutorial is explained in very easy steps with live demo and also link to download source code.

(more…)

Autocomplete Search with Bootstrap, PHP & MySQL

In our previous tutorial, we have explained how to handle Image Crop and Upload using jQuery and PHP. In this tutorial, we will explain how to implement autocomplete search with Bootstrap, PHP & MySQL.

Autocomplete search or auto suggest search is a very popular feature of web applications in which suggested search list displayed based on the user entered search text just like Google instant search.

So if you’re looking for solutions to implement autosuggest search, then you’re here at right place. In this tutorial you will learn how to create autocomplete or auto Suggest search functionality using jQuery, PHP and MySQL.

In this tutorial we have used Bootstrap plugin Typeahead that’s handling autocomplete search functionality with clickable links in search result.

The tutorial is explained in very easy steps with live demo and link to download source code.

(more…)