Tag : Javascript



How to Create Apexcharts Bar Chart in Laravel 11

How to Create Apexcharts Bar Chart in Laravel 11

Hello developers! In this article, we'll see how to create apexcharts bar chart in laravel 11. ApexCharts is a modern charting library that helps developers to create beautiful and interactive visualizations for web pages.

It is an open-source project and is free...

How to Validate Empty Input Field in jQuery

How to Validate Empty Input Field in jQuery

In the dynamic world of web development, form validation is a crucial aspect of creating a user-friendly and error-free user experience. It ensures that the data submitted by users is accurate and meets the expected criteria. One common validation task is ensuring that input fields are not left e...

Top 20 Best Javascript Tips and Tricks

Top 20 Best Javascript Tips and Tricks

Welcome to the fascinating world of JavaScript, where innovation and creativity converge to deliver dynamic and interactive web experiences. JavaScript, the powerful programming language that runs in your browser, has become an indispensable tool for me and web developers worldwide.

Its...

How To Validate International Phone Number Using jQuery

How To Validate International Phone Number Using jQuery

In this article, we will see how to validate international phone numbers using jquery. Here, we will learn about mobile number validation with country using jquery. Sometimes we required country-wise phone number validation. Different countries have different phone / mobile number lengths.

How To Record And Play Audio In JavaScript

How To Record And Play Audio In JavaScript

In this article, we will see how to record and play audio in javascript. Here, we will learn about how to record audio from a web page and play recorded audio. First, ask the user for microphone access to the browser and record the audio through the microphone and save the audio data ch...

How To Get Multiple Checkbox Value In Javascript

How To Get Multiple Checkbox Value In Javascript

Checkboxes let us make multiple choices. But how do you actually use them in JavaScript? It might seem tricky, especially if you're new to web development.

Well, don't worry, because we're going to make it all crystal clear. We'll show you, step by step, how to get value...

How To Reset Modal Form In jQuery

How To Reset Modal Form In jQuery

Have you ever seen those pop-up boxes on websites? They're called modal forms, and they make it easier to do things on the website without needing to reload the whole page.

Now, imagine if you could learn how to make those boxes start over without having to click anything - that'...

How To Restrict Special Characters Using jQuery Regex

How To Restrict Special Characters Using jQuery Regex

In this article, we will see how to restrict special characters using jquery regex. Here, we will learn how to create regex validation for a special character that is not allowed in the input textbox.

Using regular expression you can restrict the special character in the input fiel...

Date Range Filter In Datatable jQuery Example

Date Range Filter In Datatable jQuery Example

In this article, we will see the date range filter in the datatable jquery example. Many times we required data of a specific duration of the date. So, we will learn client-side date range filter in datatable using jquery. Also, you can create a server-side date range filter in laravel....

How To Validate Email Using jQuery

How To Validate Email Using jQuery

In this article, we will see how to validate email using jquery. we will use regular expression(regex) for email validation in jquery. Javascript is used to validate form data on the client-side server or web browser. Client-side validation is faster than server-side validation. So, we will...

Recommended Post
Featured Post
How to Get Request Header in Laravel 10
How to Get Request Header in L...

Ever wondered how to access request headers in your Laravel 10 application? Join me as I guide you through a quick and s...

Read More

Dec-11-2023

Node.js MySQL Create Database
Node.js MySQL Create Database

In this tutorial we will see Node.js MySQL Create Database. For any kind data store or run query then we need database l...

Read More

Sep-22-2021

How to Install Imagick PHP Extension on Ubuntu 22.04
How to Install Imagick PHP Ext...

Hey there, fellow developers! Are you looking to enhance your PHP applications with powerful image-processing capabiliti...

Read More

Mar-06-2024

Laravel 9 Livewire Toastr Notification
Laravel 9 Livewire Toastr Noti...

In this article, we will see laravel 9 livewire toastr notification. Here, we will learn how to create toastr notif...

Read More

Nov-28-2022