You Are Viewing Posts Under Category: JavaScript Codes

Simple-And-Rich-Toast-Style-Web-Notifications-In-Vanilla-JavaScript-–-VanillaToasts

Simple And Rich Toast-Style Web Notifications In Vanilla JavaScript – VanillaToasts

VanillaToasts is a lightweight and easy-to-use vanilla JavaScript library for displaying toast-style notifications on your website / web application. Create toasts & notifications on your website with ease. This library is extremely lightweight and depends on no other library. Simply load the s...
Rotating-Circle-Menu-Widget-With-Pure-JavaScript-And-CSS

Rotating Circle Menu Widget With Pure JavaScript And CSS

A circle menu (also known as a radial menu, round menu, or circular menu) is a creative menu design concept that arranges the sub-menu items around a circle or arc-style menu toggle button. An expanding radial navigation system that enables a toggle button to reveal a circle menu with a spiral anima...
Stylish-Animated-Fixed-Bottom-Mobile-Navigation-Menu-Using-JavaScript

Stylish Animated Fixed Bottom Mobile Navigation Menu Using JavaScript

The bottom navigation bar breaks an interface into its core components and allows users to quickly and easily toggle between high-level functions. Its easily accessible and comfortable location makes it incredibly pervasive on mobile applications. Bottom navigation bars display three to five destina...
How-To-Check-If-An-Element-Exists-Or-Not-In-JavaScript-If-Undefined

How To Check If An Element Exists Or Not In JavaScript If Undefined?

An undefined variable or anything without a value will always return undefined in JavaScript. This is not the same as null, despite the fact that both imply an empty state. You’ll typically assign a value to a variable after you declare it, but this is not always the case. There are many code ...
Clean-Responsive-Fixed-Bottom-Mobile-Navigation-Menu-Using-JavaScript

Clean Responsive Fixed Bottom Mobile Navigation Menu Using JavaScript

The bottom navigation bar breaks an interface into its core components and allows users to quickly and easily toggle between high-level functions. Its easily accessible and comfortable location makes it incredibly pervasive on mobile applications. Nowadays, stylish bottom menus are in fashion in new...
Stylish-Bottom-Navigation-Bar-Using-HTML-CSS-&-JavaScript

Stylish Bottom Navigation Bar Using HTML CSS & JavaScript

Whenever you hear of “mobile navigation”, what’s the first thing that comes to mind? My guess would be the hamburger slide-out menu. This design pattern had been in use since the first responsive design days, and even though a lot has changed since then, this particular pattern has not. Why is...
Responsive-Collapsible-Sidebar-In-Desktop-&-Tab-Navigation-In-Mobile

Responsive Collapsible Sidebar In Desktop & Tab Navigation In Mobile

Building responsive navigations for mega sites is never an easy task. If you’re working on an admin panel, chances are you’ll need to design and develop a vertical menu, with plenty of sub-categories. That’s why we decided to share today’s snippet! Our Sidebar navigation can make your li...