{"id":18062805,"url":"https://github.com/ded/jquery.rtl.js","last_synced_at":"2025-06-23T17:36:50.010Z","repository":{"id":66101817,"uuid":"1903418","full_name":"ded/jquery.rtl.js","owner":"ded","description":"jQuery adapter plugin that automatically mirrors all your CSS properties","archived":false,"fork":false,"pushed_at":"2011-06-16T01:15:06.000Z","size":95,"stargazers_count":14,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T15:11:19.343Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ded.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-06-16T01:13:22.000Z","updated_at":"2023-09-08T16:29:40.000Z","dependencies_parsed_at":"2023-02-19T22:30:37.041Z","dependency_job_id":null,"html_url":"https://github.com/ded/jquery.rtl.js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ded/jquery.rtl.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ded%2Fjquery.rtl.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ded%2Fjquery.rtl.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ded%2Fjquery.rtl.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ded%2Fjquery.rtl.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ded","download_url":"https://codeload.github.com/ded/jquery.rtl.js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ded%2Fjquery.rtl.js/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261523309,"owners_count":23172002,"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-10-31T05:08:29.190Z","updated_at":"2025-06-23T17:36:49.938Z","avatar_url":"https://github.com/ded.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"jQuery.rtl.js\n------------\na jQuery adapter plugin that automatically mirrors all your CSS properties that run through jQuery's `css()` and `animate()` methods. Check it out.\n\n\nCode that looks like this:\n\n```js\n$('.content').css({\n  margin: '1px 2px 3px 4px',\n  paddingLeft: '5px',\n  right: '6px',\n  'text-decoration': 'left'\n})\n  .animate({\n    right: 50\n  })\n```\n\nautomatically runs through jQuery as this:\n\n``` js\n$('.content').css({\n  margin: '1px 4px 3px 2px',\n  paddingRight: '5px',\n  left: '6px',\n  'text-decoration': 'right'\n})\n  .animate({\n    left: 50\n  })\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fded%2Fjquery.rtl.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fded%2Fjquery.rtl.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fded%2Fjquery.rtl.js/lists"}