{"id":21529444,"url":"https://github.com/ramsunvtech/jquery.iecss","last_synced_at":"2025-03-17T19:14:30.206Z","repository":{"id":12969090,"uuid":"15647597","full_name":"ramsunvtech/jQuery.IEcss","owner":"ramsunvtech","description":"jQuery Plugin for writting CSS for IE 6, 7, 8, 9 and Future IE Versions.","archived":false,"fork":false,"pushed_at":"2014-05-19T09:55:46.000Z","size":244,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-24T06:13:01.604Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ramsunvtech.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":"2014-01-05T07:54:49.000Z","updated_at":"2015-11-12T09:29:08.000Z","dependencies_parsed_at":"2022-07-10T00:01:16.011Z","dependency_job_id":null,"html_url":"https://github.com/ramsunvtech/jQuery.IEcss","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramsunvtech%2FjQuery.IEcss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramsunvtech%2FjQuery.IEcss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramsunvtech%2FjQuery.IEcss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramsunvtech%2FjQuery.IEcss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramsunvtech","download_url":"https://codeload.github.com/ramsunvtech/jQuery.IEcss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244094271,"owners_count":20397020,"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-24T01:57:38.855Z","updated_at":"2025-03-17T19:14:30.174Z","avatar_url":"https://github.com/ramsunvtech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"jQuery.IEcss\n============\n\nThis jQuery Plugin is helps to Update your Specific Styles for IE7, IE8, IE9 Browser and future IE browsers.\n\n```javascript\n$(document).ready(function () {\n   /* Apply Multiple CSS Properties */\n   $('p').IEcss('lt:8', {\n   \t'background': 'yellow'\n   });\n\n   /* Apply Single CSS Property */\n   $('p').IEcss('lt:8', 'backgroundColor', 'red');\n\n   /* Get the Current CSS Property Value */\n   alert($('p').IEcss('lt:8', 'backgroundColor'));\n});\n```\n\n\u003ch2\u003eHow it Works?\u003c/h2\u003e\n\u003cp\u003eThis Plugin will read the browser information from the 'navigator.userAgent' object\u003c/p\u003e\n\n\u003ch2\u003ePoints to Remember\u003c/h2\u003e\n\u003cp\u003e\n\u003cul\u003e\n \u003cli\u003eThe First Arguement of IE condition is mandatory and soon it will be removed and you can add the IE Condition as a global value in future version\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/p\u003e\n\n\u003ch2\u003eOptions\u003c/h2\u003e\n\u003cdl\u003e\n  \u003cdt\u003eIE condition\u003c/dt\u003e\n    \u003cdd\u003eYou can add the folloing conditons\n    \u003col\u003e\n      \u003cli\u003elt:8 (lesser than)\u003c/li\u003e\n      \u003cli\u003elte:8 (lesser than and equal to)\u003c/li\u003e\n      \u003cli\u003egt:8 (greater than)\u003c/li\u003e\n      \u003cli\u003egte:8 (greater than and equal to)\u003c/li\u003e\n      \u003cli\u003egte:8 (equal to)\u003c/li\u003e\n    \u003c/ol\u003e\n    \u003c/dd\u003e\n  \u003cdt\u003eCSS Style Object / Property Name\u003c/dt\u003e\n    \u003cdd\u003eYou can declare the `Style Object` / Only `Property Name`.\u003c/dd\u003e\n  \u003cdt\u003eProperty Value\u003c/dt\u003e\n    \u003cdd\u003eYou can add the `Property Value` if your second arguement is `Property Name`.\u003c/dd\u003e\n\u003c/dl\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framsunvtech%2Fjquery.iecss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framsunvtech%2Fjquery.iecss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framsunvtech%2Fjquery.iecss/lists"}