Demo Post


How to Generate Random String in Javascript?

How to Generate Random String in Javascript?

In this example, i will show you how to generate random string or characters in javascript. We can simply generate random alphanumeric string for token or etc in jquery. As we know jquery or javascript does not have default random string generate function so we need to create custom js function t.....

By Hardik Savani | April 4, 2019 | Category : Javascript jQuery

Add Edit Delete Table Row Example using JQuery

Add Edit Delete Table Row Example using JQuery

In this post, i want to share with ou how to add edit and delete rows of a html table with javascript or jquery. i will create very simple example of add new table row using jquery, edit html table row using jquery and remove table row on button click. If you are beginner for jquery and you want to.....

By Hardik Savani | April 13, 2019 | Category : Javascript Bootstrap HTML jQuery


How to Disable F5 Refresh Button using JQuery?

How to Disable F5 Refresh Button using JQuery?

In this post, we will learn how to prevent or disable f5 refresh in javascript. sometime we does not want to browser refresh using f5 button for our web page. so you can disable f5 key in jquery. we can easily disable f5 button using javascript with example. we will disable f5 key using keydown eve.....

By Hardik Savani | April 17, 2019 | Category : jQuery

How to Use Sweet Alert for Delete Confirm in Codeigniter?

How to Use Sweet Alert for Delete Confirm in Codeigniter?

In this example, i will share with you how to use sweetalert as confirmation box in codeigniter 3 application. we will use sweet alert before delete in codeigniter. we will use delete event with ajax, use sweet alert confirmation box with cancel and yes button in php codeigniter application. If you.....

By Hardik Savani | April 23, 2019 | Category : Codeigniter

How to Only Allow Numbers in a Text Box using jQuery?

How to Only Allow Numbers in a Text Box using jQuery?

If you need to add jquery validation for your textbox like textbox should accept only numbers values on keypress event. you can also use keyup or keypress event to allow only numeric values in textbox using jquery. we will use keyCode for prevent to add string values. we will also accept numbers in.....

By Hardik Savani | April 25, 2019 | Category : jQuery

Laravel Vue JS File Upload Example

Laravel Vue JS File Upload Example

Today, we will learn file upload with laravel and vue js. we will create example of laravel vue axios file upload. we can easily fire post request using axios and pass file object as parameter, so we can store file to server using laravel 5, laravel 6, laravel 7, laravel 8, laravel 9 and laravel 10......

By Hardik Savani | June 20, 2019 | Category : Laravel Vue.JS Axios

Laravel 7/6 Dropzone Image Upload Tutorial

Laravel 7/6 Dropzone Image Upload Tutorial

In this tutorial, i will show example of laravel 7/6 image upload using dropzone. you can lean multiple upload using dropzone.js in laravel 7/6. we can drag and drop file upload using dropzone js in laravel 7/6. You can follow step by step dropzone multiple files upload with laravel 6 application.....

By Hardik Savani | October 21, 2019 | Category : Laravel jQuery