{"id":26643703,"url":"https://github.com/kosich/jq-joined-text-entries","last_synced_at":"2025-08-07T16:34:15.717Z","repository":{"id":25065514,"uuid":"28485715","full_name":"kosich/jq-joined-text-entries","owner":"kosich","description":"jQuery plugin to virtually join input-s and textarea-s for navigation","archived":false,"fork":false,"pushed_at":"2014-12-26T15:59:45.000Z","size":184,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T20:38:48.068Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://kosich.github.io/jq-joined-text-entries/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kosich.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":"2014-12-25T16:10:06.000Z","updated_at":"2014-12-26T15:59:45.000Z","dependencies_parsed_at":"2022-07-10T11:46:14.726Z","dependency_job_id":null,"html_url":"https://github.com/kosich/jq-joined-text-entries","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kosich/jq-joined-text-entries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosich%2Fjq-joined-text-entries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosich%2Fjq-joined-text-entries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosich%2Fjq-joined-text-entries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosich%2Fjq-joined-text-entries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kosich","download_url":"https://codeload.github.com/kosich/jq-joined-text-entries/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosich%2Fjq-joined-text-entries/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269290146,"owners_count":24392176,"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","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-03-24T20:34:42.900Z","updated_at":"2025-08-07T16:34:15.636Z","avatar_url":"https://github.com/kosich.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#jq-joined-text-entries\n\njQuery plugin to virtually join input-s and textarea-s in vertical navigation\n\nSee [example](http://kosich.github.io/jq-joined-text-entries/) or check `test/simple.html`, `test/textarea.html`, `test/two-sets.html`\n\nUsage:\n\n```javascript\n$('form').find('.text-entry').joinTextEntries();\n```\n\nTheres only one parameter available: \n- `focusHandler :: function(HTMLElement, jQuery.Event)`. A function to handle the focus job. Will be called with two params:\n\n    1 `next` -- element which should be focused\n\n    2 `event` -- jQuery event, that was triggered\n\nExample with `focusHandler`, which hides *switched from* element and shows *switched to* element:\n\n```javascript\nfunction handle(element, e){\n    $( e.target ).hide()\n    $( element ).show().focus();\n}\n\n$(':input').joinTextEntries({\n    focusHandler : handle\n}).filter(':not(:first)').hide();\n```\n\n**NOTE**: there's no way currently to trigger focus event on element, unless you are using your own `focusHandler`\n\n**NOTE**: navigation is implemented only vertically (not grid or horizontal) in order how elements are stored in jQuery object\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkosich%2Fjq-joined-text-entries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkosich%2Fjq-joined-text-entries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkosich%2Fjq-joined-text-entries/lists"}