Javascript if (j === null) do nothing.
- by Kyle Sevenoaks
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 :)