Skip to content

Instantly share code, notes, and snippets.

@suresh-kumara-gist
Created October 1, 2017 16:34
Show Gist options
  • Save suresh-kumara-gist/6cacfcd474b8232e5687a6150a243747 to your computer and use it in GitHub Desktop.
Save suresh-kumara-gist/6cacfcd474b8232e5687a6150a243747 to your computer and use it in GitHub Desktop.
jQuery table td data
var cellText = "composer require "; jQuery("#edit-missing-module-list > tbody > tr > td:nth-child(1)").each(function() {
var cellText2 = jQuery(this).html(); cellText += ' drupal/' + cellText2;
}); jQuery('#system-breadcrumb').text(cellText);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment