Skip to content

Instantly share code, notes, and snippets.

@ChristopherDosin
Created May 18, 2015 11:51
Show Gist options
  • Select an option

  • Save ChristopherDosin/59402cde63464bcd5b45 to your computer and use it in GitHub Desktop.

Select an option

Save ChristopherDosin/59402cde63464bcd5b45 to your computer and use it in GitHub Desktop.
$().ready(function () {
$(".lineData:contains('Garantie')").attr('id', 'garantie');
$("#garantie").remove();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment