Demo Post


How to Call Function on Page Load in AngularJS?

How to Call Function on Page Load in AngularJS?

Today, I am going to show you how to call controller function when page will load in AngularJS. We sometimes require to run function when page load like for example if you need to check user is login or not in AngularJS, It is possible by fire one Ajax request When Page Load. There are several way .....

By Hardik Savani | September 5, 2016 | Category : jQuery Angular

How to Hide Div After Some Time in AngularJS?

How to Hide Div After Some Time in AngularJS?

Sometimes we require to do like hide div or text or any tag after some time using AngularJS. In this example i am going to show you how to do it. AngularJS have $timeout variable, $timeout variable through we can set specific time after hide. We can easily set time for hide or show. In this simple .....

By Hardik Savani | September 9, 2016 | Category : Angular


Codeigniter Select2 Ajax Autocomplete from Database Example

Codeigniter Select2 Ajax Autocomplete from Database Example

Today, I am going to show you how to make select2 dynamic autocomplete from database table in your Codeigniter application. In this post you can lean how to implement ajax autocomplete in your Codeigniter 3 project. Select2 is a Jquery plugin and it is a very famous jquery plugin, using select2 plu.....

By Hardik Savani | September 15, 2016 | Category : PHP jQuery Codeigniter Ajax

Laravel Multiple Markers in Google Map using Gmaps.js

Laravel Multiple Markers in Google Map using Gmaps.js

Today, we learn how to implement google map with multiple marker using gmaps.js library in laravel 5, laravel 6, laravel 7, laravel 8, laravel 9, laravel 10 and laravel 11. We can also simply use google map API for maps, But gmaps.js is very popular and they provides very simple way to generate goog.....

By Hardik Savani | September 30, 2016 | Category : Laravel

How to Stop Setinterval() After Sometimes in JQuery?

How to Stop Setinterval() After Sometimes in JQuery?

Hello Friends, This detailed guide will cover jquery setinterval stop after sometime. This tutorial will give you a simple example of setinterval jquery stop timer example. you will learn javascript setinterval stops after a while. In this article, we will implement a javascript setinterval stop its.....

By Hardik Savani | October 1, 2016 | Category : jQuery

PHP Autocomplete Websites with Domain using Clearbit API

PHP Autocomplete Websites with Domain using Clearbit API

Today, i going to give you pretty interesting example of autocomplete websites lists with name, logo and domain using clearbit API. we simply use free clearbit API and get lists of websites. You can simply use it in your PHP and also any framework(Laravel, codeigniter, zend etc). clearbit website p.....

By Hardik Savani | October 2, 2016 | Category : PHP

How to Add Lazy Loading Image using JQuery?

How to Add Lazy Loading Image using JQuery?

Hello, Are you looking for an example of how to use lazy load image jquery. you can understand a concept of lazy loading images jquery example. In this article, we will implement a lazyload js example. I would like to show you jquery.lazyload.js demo source code. Today, we learn how to use lazy loa.....

By Hardik Savani | October 4, 2016 | Category : Javascript Bootstrap jQuery

JQuery Email Autocomplete using Email-autocomplete JS

JQuery Email Autocomplete using Email-autocomplete JS

Today, i am going to show you how to make autocomplete email address using Jquery. email-autocomplete plugin through we can simple email autocomplete in our PHP, .net or etc project. In this example i use bellow js and css <strong>1) jquery.js</strong> <strong>2) jquery.email-autocomplete.min.js</s.....

By Hardik Savani | October 7, 2016 | Category : Javascript Bootstrap jQuery

Bootstrap Maxlength Validation with Count Remaining Characters Example

Bootstrap Maxlength Validation with Count Remaining Characters Example

Today, i am going to give you example of How to display remaining textarea or input characters using bootstrap plugin. Bootstrap provide several types of plugin for input, label, textarea, select box etc and also for validation. So for maxlength validation, Bootstrap provide really amazing plugin .....

By Hardik Savani | October 11, 2016 | Category : Bootstrap jQuery

Bootstrap - Input multiple tags example using Tag Manager Jquery Plugin

Bootstrap - Input multiple tags example using Tag Manager Jquery Plugin

Today, we are going to learn you how to use tagmanager plugin for input tag in bootstrap project. Now days, we know bootstrap is very popular framework and they provide us several plugins for small things like autocomplete, datepicker, colorpicker etc. Tag Manager is jquery plugin but we can simpl.....

By Hardik Savani | October 13, 2016 | Category : Javascript Bootstrap jQuery