etLastTD.on('click', () => {
$.notify({
message: $(etLastTD).html().replaceAll(" ", "<br />")
}, {
closeButton: false,
type: 'secondary',
placement: {
from: "top",
align: "center"
},
timer: 7000
});
});
This is getting only first rows last td
How to make it working for all rows ?
Any help ?
may be some jquery expert can look into it , i wish i could help atm
Обсуждают сегодня