Guest User

Untitled

a guest
Mar 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $('.songs', this).each(function(y)
  2. {
  3. $('td.song a', this).text('en text');
  4. });
  5.  
  6. <table>
  7. <tr class="songs">
  8. <td class="song">
  9. <a sid="" href="#"></a>
  10. </td>
  11. </tr>
  12. </table>
Add Comment
Please, Sign In to add comment