{"id":17049125,"url":"https://github.com/toddself/jquery.selectinator","last_synced_at":"2026-04-30T18:32:31.260Z","repository":{"id":4209979,"uuid":"5330430","full_name":"toddself/jquery.selectinator","owner":"toddself","description":"Allows you to select DOM elements to be yanked out of the page and provided to a script.","archived":false,"fork":false,"pushed_at":"2012-08-08T14:31:13.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-25T19:50:45.051Z","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/toddself.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-08-07T16:32:07.000Z","updated_at":"2013-12-22T16:52:49.000Z","dependencies_parsed_at":"2022-09-09T05:31:52.031Z","dependency_job_id":null,"html_url":"https://github.com/toddself/jquery.selectinator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/toddself/jquery.selectinator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddself%2Fjquery.selectinator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddself%2Fjquery.selectinator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddself%2Fjquery.selectinator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddself%2Fjquery.selectinator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toddself","download_url":"https://codeload.github.com/toddself/jquery.selectinator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddself%2Fjquery.selectinator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32473804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-14T09:53:54.726Z","updated_at":"2026-04-30T18:32:31.245Z","avatar_url":"https://github.com/toddself.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jQuery.Selectinator\n\nThis plugin allows you to designate a section of your DOM as an object-level\nclipboard -- that is defined elements contained as child nodes can be selected\nby clicking on them.  When selected they are added to an internal clipboard.\n\nWhen the user is finished, these items can be returned from the clipboard\nand the items themselves pulled from the DOM.\n\nPlease see the [demo](http://toddself.github.com/jquery.selectinator/demo.html)\nor the [project home](http://toddself.github.com/jquery.selectinator) for more.\n\n## Usage\n```html\n    \u003cdiv id=\"test_div\"\u003e\n        \u003cp\u003ethis is a paragraph\u003c/p\u003e\n        \u003cp\u003ethis is another \u003cspan\u003e\u003ca href=\"#\"\u003easdkfjdf\u003c/a\u003esajdhf\u003cspan\u003e paragraph\u003c/p\u003e\n        \u003ciframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/PLt2gM52wF8\" frameborder=\"0\" allowfullscreen\u003e\u003c/iframe\u003e\n    \u003c/div\u003e\n```\n```javascript\n    $('#test_div').selectinate();\n    $('#test_div').data('selectinate').getClipboard(); // see what's there\n                                      .yankSelections(); // return what's there and pull the elements from the DOM\n                                      .clearClipboard(); // clear it all and start over\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoddself%2Fjquery.selectinator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoddself%2Fjquery.selectinator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoddself%2Fjquery.selectinator/lists"}