I want to check if I am clicking on a certain element or another:
((delete_box) || (man)).click(function(){
overlay.fadeIn('fast',function(){
box_2.animate({'top':'200px'},500);
});
});
With this code it only picks up the variable man but not delete box.
Any help?
try
or