here is my problem:
I want to show the picture of a client in a td
when the user clicks. Fine, but what happens if there isn't any pic at database? In console, it say that there is no file found. Here is my question:
Is there any kind of selector in jquery or javascript that can be use if there is no file found?
For example, if the pic of an user is not found, show a default pic. Thanks.