Giter VIP home page Giter VIP logo

bic_calendar's People

Contributors

bichotll avatar jtsay362 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bic_calendar's Issues

Bootstrap 3

Hi first of all congrats, this is an awesome extension for bootstrap.
This is actually not an issue, more a suggestion I am using it in bootstrap 3
and so far the only thing to change is icon-arrow-left and right on the js for
glyphicon glyphicon-arrow-left or right
good work!!!!!

Get all the events seperatly

I have recently started to use bic_calender.
I am looking for a way assign all the events to a variable, so that i would be able to access the events seperatly.
would that be possible ??

multiple bic-calendars. Events are not dropped correctly

Really like this solution, exactly what i was looking for, but thre could be a little problem.
Don't know if i'm doing something wrong but it seems, that if i put multiple bic-calendars with different events in one page, all the evens will be dropped in the first calendar.

    var dayNames = ["L", "Ma", "Me", "G", "V", "S", "D"];
    var events = [
        {
            date: "18/12/2014",
            color: '#d9534f',
            content: 'test message'
        },
        {
            date: "22/12/2014",
            color: '#f0ad4e',
            content: 'test message'
        },
        {
            date: "28/12/2014",
            color: '#f0ad4e',
            content: 'test message'
        }
    ];
var events2 = [
    {
        date: "02/12/2014",
        color: '#d9534f',
        content: 'test message'
    },
    {
        date: "05/12/2014",
        color: '#f0ad4e',
        content: 'test message'
    },
    {
        date: "20/12/2014",
        color: '#f0ad4e',
        content: 'test message'
    }
];
    $('#calendar1').bic_calendar({
        events: events,
        enableSelect: false,
        multiSelect: false,
        dayNames: dayNames,
        showDays: true,
        displayMonthController: true,
        displayYearController: true                    
    });
    $('#calendar2').bic_calendar({
        events: events2,
        enableSelect: false,
        multiSelect: false,
        dayNames: dayNames,
        showDays: true,
        displayMonthController: true,
        displayYearController: true                    
    });

multi-cal

add "data" to reqAjax

Hi,
first and foremost nice job. ๐Ÿ‘
I had a issue where i had to send additional data to ajax request ...
Studying the code i got this workin' like so:
at line 369 (bic_calendar.js) replaced line
data: {mes: month + 1, ano: year},
with
data: $.extend({mes: month + 1, ano: year},reqAjax.data),
look ma' now it accepts additional params for reqAjax ๐Ÿ‘ถ
reqAjax: {
type: 'get',
url: 'http://bic.cat/bic_calendar/index.php',
data: { name: "John", location: "Boston" }
}

"bicCalendarSelect" event fires multiple times

I integrated bic_calendar.js in jquery mobile application. when i mentioned bicCalendarSelect event. it fires multiple times and it fires automatically when ever i open that particular page where i included bic_calendar.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.