Created
October 1, 2017 16:34
-
-
Save suresh-kumara-gist/6cacfcd474b8232e5687a6150a243747 to your computer and use it in GitHub Desktop.
jQuery table td data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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