You Are Viewing Posts Under Category: JavaScript Codes

Run Any Function When Any Content Is Visible In Browser Screen Using JavaScript
| May 31st, 2020 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesDo 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
| May 29th, 2020 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesSometimes 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
| May 26th, 2020 | 2 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesThere 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
| April 14th, 2019 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesAre 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
| March 22nd, 2019 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesWith 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
| January 12th, 2019 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesThe 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...










