Demo Post


How to use Datepicker in Bootstrap?

How to use Datepicker in Bootstrap?

You are working on bootstrap and you want to add datepicker, then you have to use bootstrap-datepicker library. but if you are new and how to add datepicker in bootstrap then i provide you example of bootstrap datepicker. How to set Datepicker in bootstrap datepicker, how to use datepicker in boots.....

By Hardik Savani | January 8, 2016 | Category : PHP Bootstrap

How to Allow Only One Checkbox Checked at a Time in JQuery?

How to Allow Only One Checkbox Checked at a Time in JQuery?

If you need to select one checkbox at a time in multiple checkbox, i mean you want to allow anly one checkbox user can check then you can do easily using jquery. jquery prop() through you can give attribute value checked equel to true or false. if you have banch of checkbox like as example, and if .....

By Hardik Savani | February 5, 2016 | Category : Javascript HTML jQuery


Automatically Scroll to Bottom of Div JQuery Example

Automatically Scroll to Bottom of Div JQuery Example

Sometimes, we need to set scroll bottom as default by using jquery, in bellow example you can see i use scrollHeight for get the total height of scroll class div with scroll, and at last i use animate with scrollTop attribute and set bottom, So Basically when your page will load then automatically s.....

By Hardik Savani | February 11, 2016 | Category : PHP HTML jQuery

Laravel 5.2 and AngularJS CRUD with Search and Pagination Example.

Laravel 5.2 and AngularJS CRUD with Search and Pagination Example.

Now i show you how to create CRUD(Create, Read, Update, Delete) using AngularJS and Laravel 5. In Following step by step you can create web application of create, edit, delete, lists, search with pagination of items modules. In this post through you can make simple crud, search and pagination module.....

By Hardik Savani | February 15, 2016 | Category : PHP Laravel Angular

Codeigniter 3 and AngularJS CRUD with Search and Pagination Example.

Codeigniter 3 and AngularJS CRUD with Search and Pagination Example.

In This tutorial i want to show you how to create CRUD(Create, Read, Update, Delete) using AngularJS in Codeigniter. I added few step to create create, edit, delete, lists, search and pagination application in your Codeigniter framework. In this tutorial through you can make simple crud, search and .....

By Hardik Savani | February 21, 2016 | Category : PHP Codeigniter Angular

Laravel Create Custom Validation Rule Example

Laravel Create Custom Validation Rule Example

Hello Dev, This tutorial is focused on laravel custom validation rule example. you can understand a concept of how to create custom validation rule in laravel. you can understand a concept of add custom validation rule in laravel. step by step explain create custom validation rule in laravel. Let's .....

By Hardik Savani | March 3, 2016 | Category : Laravel

How to Add Multiple Markers in Google Map using JQuery?

How to Add Multiple Markers in Google Map using JQuery?

In this post we have to learn hoe to add a multiple location marker in google map. add following code for add multiple location marker. <img width="100%" style="border:2px solid cadetblue" src="/upload/Google map.png"> <strong>Add Google map canvas HTML code</strong> <pre class="prettyprint lang-.....

By Hardik Savani | March 10, 2016 | Category : jQuery

How to Add Charts in Laravel using Highcharts?

How to Add Charts in Laravel using Highcharts?

Hey Folks, I am going to explain to you example of how to use highcharts in laravel. you can understand a concept of how to add highcharts in laravel. we will help you to give an example of laravel add highcharts. I would like to share with you laravel highcharts data example. follow the below examp.....

By Hardik Savani | March 16, 2016 | Category : Laravel Highcharts

PHP AngularJS CRUD with Search and Pagination Tutorial

PHP AngularJS CRUD with Search and Pagination Tutorial

I would like to share this post with you. you can learn how to use AngularJS in native php. In this post you i did example with create, read, update, delete, search and pagination of items table. I use angularJS MVC with native PHP this way you can easily implement in your project. AngularJS is a aw.....

By Hardik Savani | March 19, 2016 | Category : PHP jQuery Angular

Laravel Custom Pagination View Example

Laravel Custom Pagination View Example

laravel default also provide pagination view using bootstrap design like next and previous button and number page with link. but it is a very comman and generally used by most of developer. If you want to change it using Presenter class of laravel. you can set your own custom view for your paginatio.....

By Hardik Savani | March 23, 2016 | Category : Laravel