jQuery Bootgrid is a very popular grid plugin and specially designed for bootstrap. This tutorial help to add .edit and delete records using PHP and MySQL. I am using AJAX technology to add, edit and delete records with MySQL using Bootgrid.
Simple Example Bootgrid (Server Side) with PHP, MySQL and Ajax
This tutorial help to understand Bootgrid listing with PHP, MySQL Using Ajax.We will convert a simple HTML table into a feature table with features such as table data searching, pagination, column sorting, and many more.
Export HTML Table Data to Excel, CSV, PNG and PDF using jQuery Plugin
In this jQuery tutorial, We will export HTML table data into Excel, CSV, PNG and PDF using jQuery Plugin. Exporting data into a format is a very common feature in websites. There is a lot of plugins which are used to export table data into xml, csv and png format but that will use in […]
Simple Bootstrap Modal with Dynamic content Using remote URL
Model is very important UI for any website, normally every website use modal box to show message, add and edit data etc. Here, We will learn how to create popup box based on http URL.The url can be separate file or mvc based url.
JavaScript Open url in new tab
This quick JavaScript tutorial help to open a linked URL in a new browser window or tab. The HTML is anchor ‘<a>’ tag that ll use to open a URL into the new tab using JavaScript. HTML a target attribute provides an easy way to open a URL into the new browser window or tab. […]