Demo Post


Codeigniter JQuery Ajax Request Example

Codeigniter JQuery Ajax Request Example

In this post, i would like to share with you how to send ajax post request with data to codeigniter controller example. Here in full example we will also check for ajax request using is_ajax_request and send post request using jquery. jQuery Ajax methods really made easy to post or get a data and .....

By Hardik Savani | May 9, 2018 | Category : Codeigniter Ajax

AngularJS Drag and Drop Table Rows Example with Demo

AngularJS Drag and Drop Table Rows Example with Demo

Hi Artisan, After a long time, I write an example of angularjs. in this example, I will share with you how to create a simple drag and drop table rows, div, list etc using angularjs ui-sortable directives. we will use jquery.ui for drag and drop table rows. We may sometime require to create drag a.....

By Hardik Savani | June 6, 2018 | Category : Javascript Bootstrap jQuery Angular


How to Remove All Spaces from String in JQuery?

How to Remove All Spaces from String in JQuery?

In this post, I would like to share with you how to remove all white spaces or blank space from a string using jquery. Actually, we may sometime require to delete all empty spaces from string in jquery javascript. we can easily remove all black space using jquery replace function. Here i give you.....

By Hardik Savani | June 9, 2018 | Category : jQuery

Codeigniter JQuery Ajax Autocomplete Search using Typeahead

Codeigniter JQuery Ajax Autocomplete Search using Typeahead

In this post. i will explain how to create step by step dynamic autocomplete using typeahead js ajax in codeigniter application. we will take simple bootstrap text box and make it dynamic real time search using typeahead jquery ajax in codeigniter application. As we know, codeigniter is famous fram.....

By Hardik Savani | June 13, 2018 | Category : Bootstrap jQuery MySql JSON Codeigniter Ajax Typeahead JS

PHP Ajax Drag and Drop Sorting Table Rows Example

PHP Ajax Drag and Drop Sorting Table Rows Example

As we know, dynamic sorting or drag and drop list items or div or table rows, it's amazing things for client or any user to understand flow. If you create sorting with drag and drop able table rows or div for your product then it's awesome. So, in this post. i would like to share with you how to cr.....

By Hardik Savani | June 23, 2018 | Category : PHP Bootstrap jQuery MySql Ajax

Laravel Multi Language Translation using lang() Helper Tutorial

Laravel Multi Language Translation using lang() Helper Tutorial

We almost project require to add multi-language support like we can change the language in our blog or website on the front end. Laravel also provide localization helper like trans(), lang() etc for multiple language support. So if you require basic translation like label changes and title etc then .....

By Hardik Savani | June 29, 2018 | Category : Laravel Bootstrap MySql JSON Ajax

Dynamic Dependent Dropdown using VueJS and PHP

Dynamic Dependent Dropdown using VueJS and PHP

Generally, Dynamic Dependent Select Box is used for auto-populate a dropdown list on Dependant data. When you select one drop-down box value it will retrieve new Dependant data from database table. mostly you see for a country, state and city table. When you select country then the state will fill o.....

By Hardik Savani | July 14, 2018 | Category : PHP Bootstrap jQuery MySql Ajax Vue.JS

Laravel Vue JS Pagination Example with Demo

Laravel Vue JS Pagination Example with Demo

Today, i would like to share with you how to create laravel vue pagination from scratch. We will create dynamic pagination with vue.js. We will use laravel-vue-pagination npm package for vue pagination in laravel 5, laravel 6, laravel 7, laravel 8, laravel 9 and laravel 10 application. As we know i.....

By Hardik Savani | July 20, 2018 | Category : PHP Laravel Vue.JS

Laravel Vue JS Infinite Scroll Example with Demo

Laravel Vue JS Infinite Scroll Example with Demo

In this post, i want to share with you how to create infinite scroll pagination using vue js and laravel 5.6. we will create step by step vuejs infinite loading data using laravel, so if you are new and then you can do it too. You have to just follow few step for laravel 6, laravel 7, laravel 8, lar.....

By Hardik Savani | July 21, 2018 | Category : PHP Laravel Vue.JS

Laravel Vue JS Axios Post Request Example

Laravel Vue JS Axios Post Request Example

Are you new with Laravel Vue and Axios?, If yes then you are the right place. In this tutorial, I will share with you how to send POST request form data using axios with vue js in laravel 5, laravel 6, laravel 7, laravel 8, laravel 9 and laravel 10. You will learn to send post form input data with c.....

By Hardik Savani | July 21, 2018 | Category : Laravel Vue.JS