Posts by Currilinha • 11 points
1 post
-
1
votes2
answers1974
viewsA: How to check if an id exists?
Test like this: if($('#thumb')){ //Se existir o id verdadeiro entra aqui }else{ //Se não existir entra aqui. }
javascriptanswered Currilinha 11