I try to add a new rows to table in tbody tag when i user jQuery append function i works when the selector is $('tbody')but when it's $('tbody.layout_1')for example it doesn't work, what is the difference ?!
I try to add a new rows to table in tbody tag when i user jQuery append function i works when the selector is $('tbody')but when it's $('tbody.layout_1')for example it doesn't work, what is the difference ?!