{"id":20986121,"url":"https://github.com/yougov/jquery.textnodes","last_synced_at":"2026-04-21T22:31:55.356Z","repository":{"id":13489968,"uuid":"16180449","full_name":"yougov/jquery.textnodes","owner":"yougov","description":"Get all descendent text nodes from the set of matched elements.","archived":false,"fork":false,"pushed_at":"2014-01-23T19:11:52.000Z","size":240,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-20T07:30:06.063Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yougov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-23T17:55:48.000Z","updated_at":"2014-01-23T19:11:53.000Z","dependencies_parsed_at":"2022-09-05T02:42:00.313Z","dependency_job_id":null,"html_url":"https://github.com/yougov/jquery.textnodes","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougov%2Fjquery.textnodes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougov%2Fjquery.textnodes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougov%2Fjquery.textnodes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougov%2Fjquery.textnodes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yougov","download_url":"https://codeload.github.com/yougov/jquery.textnodes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243392689,"owners_count":20283636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T06:12:24.099Z","updated_at":"2025-12-29T22:33:02.153Z","avatar_url":"https://github.com/yougov.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jQuery.textNodes\n\nGet all descendent text nodes from the set of matched elements.\n\nTested and working in IE6+*, Firefox 26 and Chrome 32.\n\n_Note_: IE6+ are fine with non-whitespace-only text nodes, but IE \u003c 9 do not\ncorrectly get _whitespace-only_ text nodes. I don't know of any workaround.\n\n## Getting Started\nDownload the [production version][min] or the [development version][max].\n\n[min]: https://raw.github.com/yougov/jquery.textnodes/master/dist/jquery.textnodes.min.js\n[max]: https://raw.github.com/yougov/jquery.textnodes/master/dist/jquery.textnodes.js\n\nIn your web page:\n\n```html\n\u003cscript src=\"jquery.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"dist/jquery.textnodes.min.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\njQuery(function($) {\n  $('.something').textNodes();\n});\n\u003c/script\u003e\n```\n\n## Examples\nReturns all descendent, non-whitespace-only text nodes from the matching\nset of elements _(IE6+ and modern browsers)_:\n```\n$('.something').textNodes();\n```\n\nReturns all descendent text nodes, including whitespace-only ones**, from\nthe matching set of elements _(IE9+ and modern browsers)_:\n```\n$('.else').textNodes(true);\n```\n\n## Release History\n * v1.0.0 Initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyougov%2Fjquery.textnodes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyougov%2Fjquery.textnodes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyougov%2Fjquery.textnodes/lists"}