In this article, we will see how to create an image slider using jquery. here we will use owl carousel to create a slider using bootstrap. owl.carousel provides inbuilt css and js for jquery automatic image slider. here we will see&...
jQuery CSS BootstrapIn this article, we will see laravel 8 google bar chart example. Google charts are used to visualize data on your website. here we will see a bar chart example or google bar chart example in laravel. Bar charts are also&nb...
Laravel PHPIn this article, we will see a multi-step form example in laravel, here we will create a laravel multi-step form example. we will create multiple form pages and use the laravel session to store the data to create a multi-step form wizard...
Laravel PHP jQueryIn this article, we will see how to generate QR code using javascript. we will implement a QR code generator without any kind of package or plugins. we are creating QR code using API. Using API, you can create a dynamic QR code generator and...
PHP jQueryIn this article, we will see how to reset the form using jquery. here we will reset the form using jquery. many times we need to clear input data after submitting the form. jQuery reset() function is used to clear or reset...
jQueryIn this article, we will see laravel summernote editor image upload example. there are many editors available in laravel to save rich text here we will use summernote editor. summernote editor is a simple but customizable,...
Laravel PHPIn this article, we will see how to convert excel o JSON in javascript. Many times we have requirements to convert excel data into JSON and need to import it into the database. so here, we will convert the excel file into a JSON object u...
jQuery