Skip to content

Commit 22ca2c1

Browse files
committed
readme
1 parent ec668f9 commit 22ca2c1

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
BIC Calendar
2+
============
3+
4+
ca - BIC Calendar es un simple calendari per marcar esdeveniments. Un plugin de jQuery i Twitter Bootstrap.
5+
6+
en - BIC Calendar is a simple calendar to mark events, a jQuery plugin and Twitter Bootstrap.
7+
8+
Dependencias
9+
------------
10+
11+
- ~jQuery 1.7.2
12+
- ~Twitter Bootstrap 2.0
13+
14+
Use
15+
---
16+
17+
`<script>
18+
$(document).ready( function(){
19+
//create a array [data, text, link, color]
20+
var events = [
21+
[ '21/1/2010', 'SENTMENAT', '', '#999' ],
22+
[ '23/5/2012', 'SANTA COLOMA DE GRAMENET - Barcelonès Nord', 'http://ca.gettingcontacts.com/events/view/gramanet', '#999' ]
23+
];
24+
//create the calendar
25+
$('#calendari_lateral').bic_calendar({
26+
events: events
27+
});
28+
} );
29+
</script>`
30+
31+
Example
32+
-------
33+
34+
[http://gettingcontacts.com](http://gettingcontacts.com)

README.md~

Whitespace-only changes.

0 commit comments

Comments
 (0)