{"id":20519845,"url":"https://github.com/jabranr/jquery.placeholderfallback.js","last_synced_at":"2026-04-22T09:06:44.126Z","repository":{"id":13689145,"uuid":"16382954","full_name":"jabranr/jquery.placeholderfallback.js","owner":"jabranr","description":"Form fields placeholder fallback for IE using jQuery","archived":false,"fork":false,"pushed_at":"2017-02-12T20:42:55.000Z","size":8,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-06T12:07:12.004Z","etag":null,"topics":["html-form","jquery-plugin","placeholder"],"latest_commit_sha":null,"homepage":"http://j.mp/placeholder-fallback","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/jabranr.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-30T16:31:51.000Z","updated_at":"2017-02-12T20:41:47.000Z","dependencies_parsed_at":"2022-07-21T13:02:18.263Z","dependency_job_id":null,"html_url":"https://github.com/jabranr/jquery.placeholderfallback.js","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/jabranr/jquery.placeholderfallback.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabranr%2Fjquery.placeholderfallback.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabranr%2Fjquery.placeholderfallback.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabranr%2Fjquery.placeholderfallback.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabranr%2Fjquery.placeholderfallback.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jabranr","download_url":"https://codeload.github.com/jabranr/jquery.placeholderfallback.js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabranr%2Fjquery.placeholderfallback.js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32128715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","response_time":58,"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":["html-form","jquery-plugin","placeholder"],"created_at":"2024-11-15T22:16:36.218Z","updated_at":"2026-04-22T09:06:44.109Z","avatar_url":"https://github.com/jabranr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Form fields placeholders - jQuery plugin\n\n`placeholderfallback` is a small jQuery plugin providing support for browsers that do not support the `placeholder` attribute for form fields, in particular for Internet Explorer 9 and lower, and Opera Mini 8. This plugin makes use of give `placeholder` attribute to set and display the values accordingly.\n\n# Install\n\n**Bower**\n\n``` shell\n$ bower install placeholder-fallback\n```\n\n# Usage\n\n+ Include this plugin in your HTML:\n``` html\n\u003cscript src=\"path/to/jquery.placeholderfallback.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n```\n+ Call the method on any form field or on multiple form fields by passing them as an array.\n+ Wrap this method call between IE conditional tags to make sure that it is only called when required.\n\n# Example\n\n``` html\n\n\u003c!doctype HTML\u003e\n\u003chtml\u003e\n\u003chead\u003e\n\t\u003ctitle\u003eExample\u003c/title\u003e\n\t\u003cscript src=\"//code.jquery.com/jquery-1.10.2.min.js\"\u003e\u003c/script\u003e\n\t\u003cscript src=\"bower_components/placeholder-fallback/dist/jquery.placeholderfallback.js\"\u003e\u003c/script\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n\n\t\u003cform\u003e\n\t\t\u003cinput type=\"text\" id=\"firstNameField\" placeholder=\"First Name\"\u003e\n\t\t\u003cinput type=\"text\" id=\"lastNameField\" placeholder=\"Last Name\"\u003e\n\t\t\u003cinput type=\"email\" id=\"emailField\" placeholder=\"Email address\"\u003e\n\t\u003c/form\u003e\n\n\t\u003c!--[if lt IE 10]\u003e\n\t\u003cscript\u003e\n\t\t$('#firstNameField, #lastNameField, #emailField').placeholderfallback();\n\t\u003c/script\u003e\n\t\u003c![endif]--\u003e\n\n\u003c/body\u003e\n\u003c/html\u003e\n\n```\n\n\n# Dependencies\n\nRequires jQuery 1.8 +\n\n# License\n\nMIT License - \u0026copy; Jabran Rafique\n\n[![Analytics](https://ga-beacon.appspot.com/UA-50688851-1/jquery.placeholderfallback.js)](https://github.com/igrigorik/ga-beacon)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabranr%2Fjquery.placeholderfallback.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjabranr%2Fjquery.placeholderfallback.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabranr%2Fjquery.placeholderfallback.js/lists"}