In this article, we will share with you how to add or remove dynamically input fields using jQuery with laravel validation. many times we need this type of functionality in our web application. like s...
While sending Ajax request, sometimes you just need to get data and load to HTML element or load external script. Sometimes you need to load data and perform operation on it. That's why jQuery pro...
Use the syntax $(location).attr("href");
You can use the Location object and jQuery attr() method to get the URL of the current page.
Let's take a look at...
Laravel Jetstream is a beautifully designed application scaffolding for Laravel. Jetstream includes login, registration, email verification, two-factor authentication, session management, API support...
In the previous article, we have discussed about how to send email. Sending emails, SMS are time-consuming process, so user needs to wait until email sent and redirect back to next page. What will hap...