Demo Post


How to Disable Right Click Menu using JQuery?

How to Disable Right Click Menu using JQuery?

Today, i am going to tell you how to disable mouse right click on div. this example thought you can learn how to disable right click on page or image or any html tag. jquery provide contextmenu event that way we can prevent right click on specific html element. In this example i used contextmenu ev.....

By Hardik Savani | August 8, 2016 | Category : jQuery

Laravel Toastr JS Notification Message Popup Example

Laravel Toastr JS Notification Message Popup Example

In this post, i would like show you how to add toastr js plugin notification popup in laravel 6, laravel 7, laravel 8, laravel 9, laravel 10 and laravel 11 from scratch. toastr plugin provide us success message notification, info message notification, warning message notification, error message noti.....

By Hardik Savani | August 9, 2016 | Category : Laravel Bootstrap


JQuery Accordion using JQuery UI Example

JQuery Accordion using JQuery UI Example

Today, i am going to give you simple example code of accordion usign jquery ui. Sometimes we need to add quick without bootstrap and other jquery plugin. So, you can learn how to add simple jquery accordion in your php or other framework project. Here is a simple four section with it's content so y.....

By Hardik Savani | August 10, 2016 | Category : jQuery JQuery UI

Laravel - Multiple Images Uploading using dropzone.js Example

Laravel - Multiple Images Uploading using dropzone.js Example

We always have to do image uploading in our laravel application, In this post i give you example code of how to upload multiple images using dropzone.js in laravel 6, laravel 7, laravel 8, laravel 9, laravel 10 and laravel 11. dropzone.js through we can make image uploading very simply and with best.....

By Hardik Savani | August 11, 2016 | Category : Laravel Bootstrap jQuery

Laravel Dynamic Dependent Dropdown Example

Laravel Dynamic Dependent Dropdown Example

Hello, This example is focused on laravel dependent dropdown example. you can understand a concept of laravel dynamic dependent dropdown example. it's simple example of laravel dependent dropdown tutorial with example. you will learn laravel country state city dropdown. You can use this example wit.....

By Hardik Savani | August 16, 2016 | Category : Laravel jQuery Ajax

Bootstrap Multiple Select with Checkboxes using Bootstrap-multiselect.js JS

Bootstrap Multiple Select with Checkboxes using Bootstrap-multiselect.js JS

Today, i going to give you example of multiple select dropdown with checkbox that way user can select multiple check boxes using bootstrap-multiselect.js plugin of bootstrap jquery. Bootstrap have a lots of plugin like for datepicker, colorpicker, select with search etc. you can integrate easily wit.....

By Hardik Savani | August 17, 2016 | Category : Bootstrap jQuery

JQuery Add Remove Input Fields Dynamically Example

JQuery Add Remove Input Fields Dynamically Example

In this tutorial, I am going to show you how to add remove input fields dynamically in your form using jquery. In this simple example, i give you to add multiple input fields with remove button that way you can remove field if you don't require. In this example i use bootstrap also because layout be.....

By Hardik Savani | August 19, 2016 | Category : jQuery

Laravel Infinite Scroll Pagination using Ajax Example

Laravel Infinite Scroll Pagination using Ajax Example

Hey Guys, In this article, we will cover laravel infinite scroll ajax. you will learn laravel infinite scroll pagination using ajax. I explained simply step by step laravel load more on scroll. you can understand a concept of auto load more data on page scroll laravel. Auto Load More Data on Page S.....

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

How to Integrate Google Recaptcha with PHP Form?

How to Integrate Google Recaptcha with PHP Form?

We have to use Google captcha code on our registration form, contact form etc because captcha code prevent spams, bots etc. Google provide us to prevent bots sending form requests that way we can protect our site. So, Today i am going to give you very simple example of how to add google reCAPTCHA c.....

By Hardik Savani | August 28, 2016 | Category : PHP Bootstrap Google API

How to Integrate Google Map using Gmaps JS?

How to Integrate Google Map using Gmaps JS?

Today, i am going to show you how to create simple google map in PHP. In this example i use gmaps.js plugin for integrate google map with marker of your location. You can simply generate google map in your any php framework like laravel framework, codeigniter framework, zend framework, cakephp frame.....

By Hardik Savani | August 30, 2016 | Category : jQuery