jQuery("#user-dialog-email").html((data && data.Email) ? "<a href=\"mailto:"+data.Email+"\">"+data.Email+"</a>" : "(none)");
Jump To Top of Thread