You Are Viewing Posts Under Category: JavaScript Codes

Run-Any-Function-When-Any-Content-Is-Visible-In-Browser-Screen-Using-JavaScript

Run Any Function When Any Content Is Visible In Browser Screen Using JavaScript

Do you want to run any function or lines of code in JavaScript when any content is visible on browser screen after scrolling the window using pure Vanilla JavaScript then here is the snippet code that also works on toggle properties? There are many code snippets available online or on many other blo...
Add-Top-And-Bottom-Horizontal-Scrollbar-On-Any-DIV-Using-Pure-Vanilla-JavaScript

Add Top And Bottom Horizontal Scrollbar On Any DIV Using Pure Vanilla JavaScript

Sometimes we need to add a scroll bar to a div or span whenever text in the div or span gets overflow. the scroll bar is supported in all browsers like IE 5+, FF 3.5+, and Safari, Opera, etc. To show the scroll bar, we need to specify the overflow property of CSS to “visible” […]...
Show-Sub-Menu-On-Hover-With-Main-Menu-Overflow-Hidden

Show Sub-Menu On Hover With Main-Menu Overflow Hidden

There are many ideas to design a web site or any web application so there is no limit for your web development ideas but it comes to an end when you face any error or limitation or not a solution to your ideas in web development then you drop your magical idea and goes with […]...
Secure-Your-Web-Pages-To-Be-Embedded-Via-HTML-FRAMES

Secure Your Web Pages To Be Embedded Via HTML FRAMES

Are you fed up of having your website trapped in some other site’s frame? This article provides a few methods whereby you can provide your visitors with a simple way to break out of the frame. Using either of the examples below will automatically break a browser out of any frame that links to ...
Make-A-Link-That-Will-Open-With-The-Double-Click

Make A Link That Will Open With The Double Click

With Jquery we can make many amazing functions and this is one of them. If you wanna make a link that will open with a Double click then this post is for you. And now some people will ask Why make a link that will open with the double click?  I also don’t know.  But if […]...
Pure-JavaScript-Character-Typing-Animation-With-Blinking-Cursor

Pure JavaScript Character Typing Animation With Blinking Cursor

The Cursor.js JavaScript library provides an easy way to apply a simple typing animation to your text node.Also comes with an animated cursor displayed at the end of the text while typing. This library is known as Cursor.JS There are many snippet available online or on many others Blog and website b...
Webpage-Lazy-Load-Images-Code-To-Boost-Website-Speed

Webpage Lazy Load Images Code To Boost Website Speed

Even when properly optimized, images can weigh quite a bit. This can have a negative impact on the time visitors have to wait before they can access content on your website. Chances are, they get impatient and navigate somewhere else, unless you come up with a solution to image loading that doesnâ€...