Skip to content

Commit

Permalink
#0 license and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
zipper committed Mar 3, 2016
1 parent a36a4d5 commit 6a48405
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 PeckaDesign
Copyright (c) 2016 Radek Šerý

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
# jquery.collapsable
# jQuery Collapsable

## Instalace

Do závislostí projektu je možné plugin přidat přes odkaz na Github následovně (více viz: http://bower.io/docs/creating-packages/#dependencies):
## Instalation

tba
```
$ cat bower.json
{
"name": "Projekt",
"name": "Project",
"private": true,
"dependencies": {
"jquery.collapsable": "peckadesign/jquery.collapsable#1.0.*"
"jquery.collapsable": "peckadesign/jquery.collapsable#2.0.*"
}
}
```

## Changelog

### v1.1.0
### 2.0.0

- přejmenování `fxSpeed` na `collapseDelay`, nově lze použít i bez `fx`, v tu chvíli nastavuje zpoždění mezi `onExpand/onCollapse` a `onExpanded/onCollapsed`
- oprava výchozího otevírání boxů při načtení stránky dle class a kotvy v url
- úprava callbacků při kliku na `ca-control` prvky; místo `return false;` nově `e.preventDefault()`, díky tomu lze načítat obsah boxů ajaxem (nezablokuje odeslání požadavku)
- přidána podpora pd extension `spinner` (pokud je)
- Plugin has been completely rewritten.

0 comments on commit 6a48405

Please sign in to comment.