Skip to content

Commit

Permalink
Adding code for accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav Gupta authored and Vaibhav Gupta committed Jun 18, 2015
1 parent 3635bae commit 0110481
Show file tree
Hide file tree
Showing 4 changed files with 681 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# awsAccordion

Accordion with custom fixed based on [http://code.anotherwebstorm.com/apps/awsaccordion](http://code.anotherwebstorm.com/apps/awsaccordion/)

Custom fixes include:

1. Repeated calling of slide function on every element of `li`
15 changes: 15 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "awsaccordion",
"version": "1.1.0",
"description": "awsAccordion - a horizontal accordion plugin for jQuery",
"main": "jquery.accordion.js",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
Loading

0 comments on commit 0110481

Please sign in to comment.