Switch on and switch off light in webpage using jQuery
Live preview:
its too dark here ! Switch on the light

Hi everyone and do you know how to code a bulb that you can glow and disable the glow of the bulb. Here I only used jQuery and css to glow the bulb and turn it off. I also used some JavaScript code to display a message for the the glow effect and else effect of the bulb. The switch or the button used here is connected to the jQuery to turn on the bulb and it turn off the bulb. The jQuery used here is connected to the CSS using the property toggleClass . I put a limit to the glow of the light using the division tag.
Do you want about the triple equal to (===) you that Iused in the do you know for what purpose the triple equal to is used for. Here is the answer.
Strict equality (===) means values which we are comparing must have the same type. This means"2" will not be equal to 2 ("2"===2 it will return false) Type converting equality (==) means automatically it will covert the variable to value irrespective of data type; either it is a string or a number.
Dont forget to turn the light off because energy energy is precious π π
See the following video to understand the working of the glowing bulb.
Video Preview:
As in the video given above, we can see the working of the bulb. The glowing effect and turning off of glowing effect of the bulb is shown in the above video.
The code of the given program is given below
Code:
<html> |
Comments
Post a Comment