Hallo CS,
Der Name des Produkts waere doch ideal im title-Attribut aufgehoben, sodass Du dein Problem einefach so loesen koenntest.
$('.productLink').click(function() {
alert([this.title, this.id]);
});
Gruss
Dieter
Hallo CS,
Der Name des Produkts waere doch ideal im title-Attribut aufgehoben, sodass Du dein Problem einefach so loesen koenntest.
$('.productLink').click(function() {
alert([this.title, this.id]);
});
Gruss
Dieter