{"id":17004170,"url":"https://github.com/zerc/jquery-loader","last_synced_at":"2025-03-22T10:16:41.709Z","repository":{"id":9871646,"uuid":"11871464","full_name":"zerc/jquery-loader","owner":"zerc","description":"Small jQuery plugin to do animated gif loaders with opacity overflow over html elements.","archived":false,"fork":false,"pushed_at":"2014-08-30T19:15:54.000Z","size":219,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T10:08:32.407Z","etag":null,"topics":["animated-gif-loaders","css","html-element","javascript","jquery","jquery-plugin","loader","opacity-overflow"],"latest_commit_sha":null,"homepage":"http://zerc.github.io/jquery-loader/","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/zerc.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":"2013-08-04T00:17:40.000Z","updated_at":"2017-12-10T23:06:31.000Z","dependencies_parsed_at":"2022-09-10T12:52:47.785Z","dependency_job_id":null,"html_url":"https://github.com/zerc/jquery-loader","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerc%2Fjquery-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerc%2Fjquery-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerc%2Fjquery-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerc%2Fjquery-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zerc","download_url":"https://codeload.github.com/zerc/jquery-loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244937835,"owners_count":20535127,"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":["animated-gif-loaders","css","html-element","javascript","jquery","jquery-plugin","loader","opacity-overflow"],"created_at":"2024-10-14T04:42:54.754Z","updated_at":"2025-03-22T10:16:41.683Z","avatar_url":"https://github.com/zerc.png","language":"JavaScript","readme":"jquery.simpleLoader\n===============\n\nSmall jQuery plugin for do animated gif loaders with opacity overflow over html elements.\n\n\n\n## Setup\n\nPut `jquery.simpleLoader.min.js` into your js folder.\n\nInclude script tag after jquery:\n\n`\u003cscript type=\"text/javascript\" src=\"js/jquery.simpleLoader.js\"\u003e\u003c/script\u003e`\n\nInclude css from `loader.css' inside your css file or just put\n\n`\u003clink rel=\"stylesheet\" href=\"css/loader.css\" type=\"text/css\"\u003e`.\n\n\n\n## Usage\n\nDefault you can use `$('.foo_div').Loader('show')` or `$('.foo_div').Loader('hide')` methods for show/hide loader over selected element.\n\nAlso you can overwrite default css for loader elements. Example:\n\n```\n$('.foo_div').Loader({css: {\n    'overflow': {'background': 'red'}\n}});\n```\n\nYou can init many loaders on one page. Every loader elements have loader_index class and you can set different styles for:\n\n```\n.loader_0 .loader_overflow {\n  background:red;\n}\n\n.loader_1 .loader_overflow {\n  background:green;\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerc%2Fjquery-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerc%2Fjquery-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerc%2Fjquery-loader/lists"}