Javascript if (j === null) do nothing.
Posted
by Kyle Sevenoaks
on Stack Overflow
See other posts from Stack Overflow
or by Kyle Sevenoaks
Published on 2010-05-03T08:37:01Z
Indexed on
2010/05/03
8:58 UTC
Read the original article
Hit count: 418
JavaScript
|html
Hi, I'm using CurvyCorners to make my corners curvy in IE, only thing is that when it reads the CSS it takes all the webkit properties and shows me an alert curvyCorners.alert("No object with ID " + arg + " exists yet.\nCall curvyCorners(settings, obj) when it is created.");
.
How can I just set this if statement to do nothing?
if (j === null)
do nothing(); //but in real script
Thanks :)
© Stack Overflow or respective owner