KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 84: | Zeile 84: | ||
var iconleft=$('#Diese_Woche_im_TV + div > div > table td:first-child img:first-child')[0].outerHTML; | var iconleft=$('#Diese_Woche_im_TV + div > div > table td:first-child img:first-child')[0].outerHTML; | ||
var iconright=$('#Diese_Woche_im_TV + div > div > table td:nth-child(3) small + img')[0].outerHTML; | var iconright=$('#Diese_Woche_im_TV + div > div > table td:nth-child(3) small + img')[0].outerHTML; | ||
$('# | $('#TVPlaner + table td:nth-child(2)').prepend('<div id="TVPlaner-thisWeek" style="display:none;">'+iconright+'<small>'+$('#Diese_Woche_im_TV small a')[0].outerHTML.replace('Bearbeiten', 'diese Woche...')+'</small>'+iconleft+'</div>'); | ||
$('#TVPlaner + table td:first-child a, #TVPlaner-thisWeek a, #TVPlaner + table td:nth-child(3) a').each(function(){ | $('#TVPlaner + table td:first-child a, #TVPlaner-thisWeek a, #TVPlaner + table td:nth-child(3) a').each(function(){ | ||
$(this).click(function(e){ | $(this).click(function(e){ | ||