{"_id":"bootstrap-fullscreen-select","_rev":"3-29b33775398886520b20423a12aef6c9","name":"bootstrap-fullscreen-select","description":"A powerful fullscreen select for mobile devices","dist-tags":{"latest":"1.5.1"},"versions":{"1.5.1":{"name":"bootstrap-fullscreen-select","version":"1.5.1","description":"A powerful fullscreen select for mobile devices","main":"js/bootstrap-fullscreen-select.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"https://github.com/craftpip/bootstrap-fullscreen-select.git"},"keywords":["jquery-plugin","fullscreen","bootstrap","select"],"author":{"name":"'bonifacepereira@gmail.com'"},"license":"MIT","bugs":{"url":"https://github.com/craftpip/bootstrap-fullscreen-select/issues"},"homepage":"https://github.com/craftpip/bootstrap-fullscreen-select","gitHead":"7e279d7765c49ad2930f4379aada7364e661d954","_id":"bootstrap-fullscreen-select@1.5.1","_shasum":"f0157e7d82ba6c64ea902f474fae914354ddb4a5","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"bonifacepereira","email":"bonifacepereira@gmail.com"},"maintainers":[{"name":"bonifacepereira","email":"bonifacepereira@gmail.com"}],"dist":{"shasum":"f0157e7d82ba6c64ea902f474fae914354ddb4a5","tarball":"https://registry.npmjs.org/bootstrap-fullscreen-select/-/bootstrap-fullscreen-select-1.5.1.tgz","integrity":"sha512-QLz+F78DIRTRS0nnvZRxgChRbYCenekwhV8NJPizYh7iOWF9BchJviBpiygY3cdAhQFvpKMI4+qZ5EE4UgS46A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCboHGmDJMRloR8v8e2ZjJHeSu+tOl/P5MkhYOmoijRJAIgEXxtBYXM1XMtncKanIirSW65TPom8yIKZhHmatDqHIE="}]}}},"readme":"bootstrap-fullscreen-select\r\n================\r\nA custom fullscreen select / multiselect for Bootstrap using BUTTONS or User defined elements, designed for mobile devices.<br>\r\nOften UI developers may need to trigger the select via a custom element, That is fullfilled using the `data-triggerOn` attribute. and access the custom element from the mobileSelect's callback functions.\r\nmobileSelect makes it easy for mobile users to get the most of their screen.\r\n\r\ninspired by, [phonegap](http://phonegap.com/), [cordova](http://cordova.apache.org/) & [bootstrap-select](https://github.com/silviomoreto/bootstrap-select)\r\n\r\n## Installation\r\n\r\nDownload the latest release [here](https://github.com/craftpip/bootstrap-fullscreen-select/archive/master.zip)<br>\r\nA full documentation page is included within the release.\r\n\r\ncopy the css and js files from `/dist/` to your project, and link them to your HTML page.<br>\r\nand finally via Javascript run `$('select').mobileSelect()`.\r\n\r\n## Demo and Documentation\r\n\r\nSee a Bootstrap 3 example [here](http://craftpip.github.io/bootstrap-fullscreen-select).\r\n\r\n## Authors\r\n\r\n[Boniface Pereira](https://github.com/craftpip)\r\n\r\n## Basic Usage\r\n\r\nCreate your `<select>` with the `.mobileSelect` class.\r\n```html\r\n<select class=\"mobileSelect\">\r\n    <option value=\"pizza\">Pizza</option>\r\n    <option value=\"burger\">Burger</option>\r\n    <option value=\"tacos\">Tacos</option>\r\n    <option value=\"garlic-bread\">Garlic Bread</option>\r\n</select>\r\n```\r\n\r\nThen you need to initialize the plugin within the [`$(document).ready()`](http://api.jquery.com/ready/) block.\r\n```js\r\n$('.mobileSelect').mobileSelect();\r\n```\r\nOr\r\n```js\r\n// To style all <select>s\r\n$('select').mobileSelect();\r\n```\r\n\r\nCheckout the [documentation](http://craftpip.github.io/bootstrap-fullscreen-select) for further information.\r\n\r\n## Copyright and license\r\n\r\nCopyright (C) 2013-2014 bootstrap-fullscreen-select\r\n\r\nLicensed under [the MIT license](LICENSE).\r\n","maintainers":[{"name":"bonifacepereira","email":"bonifacepereira@gmail.com"}],"time":{"modified":"2022-06-13T04:57:09.215Z","created":"2015-04-01T03:14:24.762Z","1.5.1":"2015-04-01T03:14:24.762Z"},"homepage":"https://github.com/craftpip/bootstrap-fullscreen-select","keywords":["jquery-plugin","fullscreen","bootstrap","select"],"repository":{"type":"git","url":"https://github.com/craftpip/bootstrap-fullscreen-select.git"},"author":{"name":"'bonifacepereira@gmail.com'"},"bugs":{"url":"https://github.com/craftpip/bootstrap-fullscreen-select/issues"},"license":"MIT","readmeFilename":"README.md"}