Demo Post


Bootstrap Lightbox Plugin Example Code

Bootstrap Lightbox Plugin Example Code

Lightbox is a very popular plugin of wordpress and it is very useful for display image gallery. Lightbox will help to make best layout for portfolio, image gallery, banner display etc. So, Bootstrap provide Lightbox by bootstrap-lightbox plugin, bootstrap-lightbox plugin through we can simply use wi.....

By Hardik Savani | December 27, 2016 | Category : Bootstrap HTML jQuery

Laravel Ajax Image Upload with Validation Example

Laravel Ajax Image Upload with Validation Example

Hey Artisan, Today, I would like to show you laravel ajax image upload. I explained simply step by step laravel jquery file upload. Here you will learn php laravel jquery ajax image upload. I’m going to show you about jquery ajax image upload laravel example. Let's see below example ajax file uplo.....

By Hardik Savani | December 28, 2016 | Category : Laravel


How to Copy Text to Clipboard without Flash using JQuery?

How to Copy Text to Clipboard without Flash using JQuery?

We sometimes require to give function of copy some text by clicking on button or any link. There are several library can do copy text using flash player, but in this example i will do it without using flash player. In this example we will use clipboard.js Jquery Plugin for copy to clipboard. clipb.....

By Hardik Savani | January 3, 2017 | Category : jQuery

Laravel - Dynamic Dependant Select Box using JQuery Ajax Example - Part 2

Laravel - Dynamic Dependant Select Box using JQuery Ajax Example - Part 2

<br/> After complete our fist part of Laravel 5 - Dynamic Dependant Select Box using JQuery Ajax Example, Now we have to do main task for Dynamic select box value. In this part we follow two step for create Controller File and Laravel Blade File. In this part we write code for how to manage contro.....

By Hardik Savani | January 8, 2017 | Category : PHP Laravel Bootstrap jQuery MySql Ajax

IOS 7 Style Switches for Checkboxes using Switchery JS

IOS 7 Style Switches for Checkboxes using Switchery JS

Switchery is a simple component that help us to make beautiful iOS 7 style switches for our checkbox. In this post we will see how to make ios 7 style switches animation using js plugin. If we make using our custom css then it take long time to integrate. For this example i use CDN of Switchery Plu.....

By Hardik Savani | January 17, 2017 | Category : jQuery

Laravel Dynamic Autocomplete Search using Select2 JS Ajax - Part 2

Laravel Dynamic Autocomplete Search using Select2 JS Ajax - Part 2

<br/> After complete 4 steps in our Part 1, we have to proceed next step from Part 2. In this part we write code for how to manage controller method and how to give response them. We also write code for view blade layout files. This part is hart of "Laravel 5 dynamic autocomplete search using selec.....

By Hardik Savani | January 19, 2017 | Category : Laravel

Tags Input with Autocomplete using jQuery and PHP Example

Tags Input with Autocomplete using jQuery and PHP Example

In this post i am going to give you the example of Add Multiple input tags with autocomplete from MySQL database table using typeahead bootstrap JS and tagmanager JS. Sometimes we require to make multiple input tags on our form. At that time we require to use jquery plugin for input multiple tags. .....

By Hardik Savani | January 24, 2017 | Category : PHP Bootstrap HTML jQuery MySql Ajax

PHP Bootstrap Autocomplete Tokenfield using Ajax Example

PHP Bootstrap Autocomplete Tokenfield using Ajax Example

In this post, i am share with you example of how to make tokenfield autocomplete with ajax in PHP. I will give you very simple example so you can easily use with your core PHP Project and other framework like Laravel, codeigniter etc. Here in this example we use Bootstrap tokenfield plugin for tags.....

By Hardik Savani | February 10, 2017 | Category : PHP Bootstrap jQuery MySql Ajax

Codeigniter Ajax CRUD Tutorial Example

Codeigniter Ajax CRUD Tutorial Example

Today, i am going to share with you how to create CRUD Application with pagination using JQuery Ajax in Codeigniter 3. CRUD is a basic step of any Core Language or framework. CRUD stand for Create Read Update and Delete. So in this post we will learn insert update delete in codeigniter using jquery.....

By Hardik Savani | February 19, 2017 | Category : PHP Bootstrap HTML jQuery MySql Codeigniter

How to Copy to Clipboard without Flash in AngularJS?

How to Copy to Clipboard without Flash in AngularJS?

In this post we are going learn how to copy to clipboard in AngularJS application using ngclipboard js plugin. I provide very simple example using CDN, so you can simply run and understand well. when require to give function of copy some text by clicking on button or any link. There are several lib.....

By Hardik Savani | February 21, 2017 | Category : jQuery Angular