├── README.textile ├── bower.json ├── header.js ├── lib ├── jquery.infieldlabel.js └── jquery.infieldlabel.min.js ├── package.json ├── sample ├── css │ ├── layout.css │ └── reset.css └── index.html └── src └── jquery.infieldlabel.js /README.textile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcneiner/In-Field-Labels-jQuery-Plugin/HEAD/README.textile -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcneiner/In-Field-Labels-jQuery-Plugin/HEAD/bower.json -------------------------------------------------------------------------------- /header.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcneiner/In-Field-Labels-jQuery-Plugin/HEAD/header.js -------------------------------------------------------------------------------- /lib/jquery.infieldlabel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcneiner/In-Field-Labels-jQuery-Plugin/HEAD/lib/jquery.infieldlabel.js -------------------------------------------------------------------------------- /lib/jquery.infieldlabel.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcneiner/In-Field-Labels-jQuery-Plugin/HEAD/lib/jquery.infieldlabel.min.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcneiner/In-Field-Labels-jQuery-Plugin/HEAD/package.json -------------------------------------------------------------------------------- /sample/css/layout.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcneiner/In-Field-Labels-jQuery-Plugin/HEAD/sample/css/layout.css -------------------------------------------------------------------------------- /sample/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcneiner/In-Field-Labels-jQuery-Plugin/HEAD/sample/css/reset.css -------------------------------------------------------------------------------- /sample/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcneiner/In-Field-Labels-jQuery-Plugin/HEAD/sample/index.html -------------------------------------------------------------------------------- /src/jquery.infieldlabel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcneiner/In-Field-Labels-jQuery-Plugin/HEAD/src/jquery.infieldlabel.js --------------------------------------------------------------------------------