Tag: javascript (Page 2 of 13)

How to detect adblock using javascript

Last updated on November 18th, 2022 at 06:24 pmThis is a very simple script and we are not using any jquery or complex coding here. There are lot of AdBlock extensions / add-ons available in major browsers like Mozilla Firefox & Chrome. They can detect ads on a website and block them. We can use […]

How to Show and Hide Table Columns Using JavaScript

Last updated on November 7th, 2024 at 12:42 pmTypically, we encounter the challenge of creating extensive tables that exceed the dimensions of the browser window, particularly when numerous columns are involved. This situation can hinder users’ ability to view the columns effectively, as the table becomes excessively large. Consequently, users must scroll horizontally within the […]

How to change button font color using Javascript

Last updated on November 23rd, 2022 at 12:58 pmIn this tutorial you will see using javascript change button font color. Javascript setTimeout is very handy when we need to call functions within a definite time interval. In the below example script i am using setTimeout and implemented a simple logic to call 2 different javascript […]

How to remove child div in javascript

Last updated on February 14th, 2022 at 12:54 pmJavascript is very helpful when you want to remove child div inside a parent div. This script can be used to remove any div defined inside parent div. The script also checks whether child node has been removed and alert some message. Demo

« Older posts Newer posts »