I have to elements #addimage and #addimage_imgtab that both need to be handled by the same function when clicked. I thought the following code should work, but it isn't, what am I doing wrong?
$('#addimage #addimage_imgtab').click(function(e){ .... });
addimage_imgtabinside an element with IDaddimage.