In this article, we will see how to disable right click using jquery. Here, we will disable right click on the page using jquery. we will use the jQuery bind() method for jquery disable right click. when you don't want...
jQueryIn 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 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 converting JSON strings to JSON objects in javascript. You can use the javascript JSON.parse() method to convert a JSON string into a JSON object. JSON is used to exchange data between server and web.
In this article, we will see laravel 8 highcharts example tutorial. you will learn how to implement a highcharts in laravel 8 using highchart js. Using highcharts you can create interactive charts easily for your web projects.&...
Laravel PHP