{"_id":"easy-responsive-tabs","_rev":"7-96f6c5c3a9bd47ba14d774e18e3ea229","name":"easy-responsive-tabs","description":"Easy Responsive Tabs to Accordion =================================","dist-tags":{"latest":"0.0.2"},"versions":{"0.0.1":{"name":"easy-responsive-tabs","version":"0.0.1","description":"Easy Responsive Tabs to Accordion =================================","main":"js/easyResponsiveTabs.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/ibrows/Easy-Responsive-Tabs-to-Accordion.git"},"author":"","license":"MIT","bugs":{"url":"https://github.com/ibrows/Easy-Responsive-Tabs-to-Accordion/issues"},"homepage":"https://github.com/ibrows/Easy-Responsive-Tabs-to-Accordion#readme","gitHead":"a95088a9b5564f2e80de34576242e30feb97149e","_id":"easy-responsive-tabs@0.0.1","_shasum":"f48f70c0ca709ceabfe46284602b18ea885beea2","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"maennchen","email":"jonatan@maennchen.ch"},"dist":{"shasum":"f48f70c0ca709ceabfe46284602b18ea885beea2","tarball":"https://registry.npmjs.org/easy-responsive-tabs/-/easy-responsive-tabs-0.0.1.tgz","integrity":"sha512-xC1JR4aXahtp6065MOJEdr4UZagdVQNkB7FR1ITfQ2dcmYDjjCyw8DqX+qAxVK+I13jLevoCIBXUyntwrEkyUg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICmvrNgZsVCaaJvwlcyjNUewG/BY/nIyeRoojkb/ELPaAiAHSA3afeBurNq4wSaX6h8iHVyN8tTssBMV7D2ppbRv6w=="}]},"maintainers":[{"name":"maennchen","email":"jonatan@maennchen.ch"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/easy-responsive-tabs-0.0.1.tgz_1462807444479_0.6797231286764145"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.2":{"name":"easy-responsive-tabs","version":"0.0.2","description":"Easy Responsive Tabs to Accordion =================================","main":"js/easyResponsiveTabs.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/ibrows/Easy-Responsive-Tabs-to-Accordion.git"},"author":"","license":"MIT","bugs":{"url":"https://github.com/ibrows/Easy-Responsive-Tabs-to-Accordion/issues"},"homepage":"https://github.com/ibrows/Easy-Responsive-Tabs-to-Accordion#readme","gitHead":"2f06d5bfc07f23edf5ca2cb7160e4bc1e2dce54e","_id":"easy-responsive-tabs@0.0.2","_shasum":"8ea5e2bc501d77c3d7055e3c2e152516d5e482aa","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"maennchen","email":"jonatan@maennchen.ch"},"dist":{"shasum":"8ea5e2bc501d77c3d7055e3c2e152516d5e482aa","tarball":"https://registry.npmjs.org/easy-responsive-tabs/-/easy-responsive-tabs-0.0.2.tgz","integrity":"sha512-XFvy4/vahvW1nmeJ0+LYnGxDxTzPvKk+CzO+rM7483TuehmGQVZFqjTdJ7WHWIOHa6Xsp+btgqyE2gEKv/AWhg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICg9i7xJFg10dWhRVcK+TcoKGorTIgrrsrhK8d1NGoKvAiEAm+Oy7AGjX4FR+wXavdccdbTXsN/gMOiHrAf86vjST98="}]},"maintainers":[{"name":"maennchen","email":"jonatan@maennchen.ch"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/easy-responsive-tabs-0.0.2.tgz_1462807603797_0.05048851598985493"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."}},"readme":"Easy Responsive Tabs to Accordion\n=================================\n\nEasy responsive tabs - is a lightweight jQuery plugin which optimizes normal horizontal or vertical tabs to accordion on multi devices like: web, tablets, Mobile (IPad &amp; IPhone). This plugin adapts the screen size and changes its form accordingly.\n\n\nFeatures\n=========\n\n+ Horizontal / Vertical Tabs to Accordion\n+ Tabs and accordion are created entirely with jQuery\n+ Supports multiple sets of tabs on same page\n+ Cross browser compatibility (IE7+, Chrome, Firefox, Safari and Opera)\n+ Multi device support (Web, Tablets & Mobile)\n+ Link directly to specified tab (works with multiple instances)\n+ Maintains state of tabs when navigating away from page and then returning using back or forward (if browser supports the History API)\n+ Nested tabs\n\nDemo\n====\n\nhttp://webthemez.com/demo/easy-responsive-tabs/Index.html\n\n\nHow to use\n==========\n\n=> Included jQuery file (minimum jQuery-1.5.1.min.js)\n=> Included easyResponsiveTabs.js\n=> Include responsive-tabs.css\n=> Here is the Markup for Tabs structure (non nested tabs):\n\n        <div id=\"demoTab\">          \n            <ul class=\"resp-tabs-list\">\n                <li> .... </li>\n                <li> .... </li>\n                <li> .... </li>\n            </ul> \n\n            <div class=\"resp-tabs-container\">                                                        \n                <div> ....... </div>\n                <div> ....... </div>\n                <div> ....... </div>\n            </div>\n        </div>    \n\n=> Here is the Markup for Tabs structure (nested tabs):\n\n        <div id=\"ParentTab\">          \n        <ul class=\"resp-tabs-list tab_identifier_parent\">\n            <li> .... </li>\n            <li> .... </li>\n            <li> .... </li>\n        </ul> \n\n        <div class=\"resp-tabs-container tab_identifier_parent\">                                                     \n            <div>\n               <p> \n                  <div id=\"ChildTab\">          \n                    <ul class=\"resp-tabs-list tab_identifier_child\">\n                       <li> .... </li>\n                       <li> .... </li>\n                       <li> .... </li>\n                    </ul> \n\n                    <div class=\"resp-tabs-container tab_identifier_child\">                                                                     <div> ....... </div>\n                       <div> ....... </div>\n                       <div> ....... </div>\n                    </div>\n                  </div>    \n               </p>\n            </div>\n            <div> ....... </div>\n            <div> ....... </div>\n        </div>\n    </div>  \n\n=> Call the easyResponsiveTabs function:\n\n        $('#demoTab').easyResponsiveTabs();\n        \n=> With optional parameters:\n\n        $(\"#demoTab\").easyResponsiveTabs({\n        type: 'default', //Types: default, vertical, accordion           \n        width: 'auto', //auto or any custom width\n        fit: true,   // 100% fits in a container\n        closed: false, // Close the panels on start, the options 'accordion' and 'tabs' keep them closed in there respective view types\n        activate: function() {},  // Callback function, gets called if tab is switched\n        tabidentify: 'tab_identifier_child', // The tab groups identifier *This should be a unique name for each tab group and should not be defined in any styling or css file.\n        activetab_bg: '#B5AC5F', // background color for active tabs in this group\n        inactive_bg: '#E0D78C', // background color for inactive tabs in this group\n        active_border_color: '#9C905C', // border color for active tabs heads in this group\n        active_content_border_color: '#9C905C' // border color for active tabs contect in this group so that it matches the tab head border\n    });\n\n=> Linking to Tabs:\n        \n        http://yoursite.com/tabs.html#{TAB ID}{TAB NUM}\n        http://yoursite.com/tabs.html#demoTab2\n\n        Multiple Instances:\n        http://yoursite.com/tabs.html#{TAB ID 1}{TAB NUM}|{TAB ID 2}{TAB NUM}\n        http://yoursite.com/tabs.html#demoTab2|demoTwo3\n\nFor any support\n===============\nSamson \nEmail: samson3d@gmail.com\n","maintainers":[{"name":"maennchen","email":"jonatan@maennchen.ch"}],"time":{"modified":"2023-08-28T19:09:43.422Z","created":"2016-05-09T15:24:07.100Z","0.0.1":"2016-05-09T15:24:07.100Z","0.0.2":"2016-05-09T15:26:44.948Z"},"homepage":"https://github.com/ibrows/Easy-Responsive-Tabs-to-Accordion#readme","repository":{"type":"git","url":"git+https://github.com/ibrows/Easy-Responsive-Tabs-to-Accordion.git"},"bugs":{"url":"https://github.com/ibrows/Easy-Responsive-Tabs-to-Accordion/issues"},"license":"MIT","readmeFilename":"README.md"}