AH
How To Check Email Valid or Not | Email Validation Check Using Vanilla Javascript
AH
Sticky Navigation Bar On Scroll Using Vanila JavaScript | Fixed Navbar on Scroll. In this blog i am trying to make a simple sticky navbar on scroll, it will be fixed on top and the navbar background will be changed.
AH
Sticky Navigation Bar On Scroll Using React Js| Fixed Navbar on Scroll. In this blog i am trying to make a simple sticky navbar on scroll using REACT JS, it will be fixed on top and the navbar background will be changed.
AH
React JS | Email Input Form Validation A simple input validation form making using react js useState hook with a input email pattern for validating email. The pattern is : pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$"