[jQuery] Full Calendar Plugin -- removing event source when it is a function

2009-12-01 Thread kozEfx
Full Calendar: http://arshaw.com/fullcalendar/

I am trying to reference the event source that I have added via a
function.  I have the following function, when I addEventSource the
new events are added to the calendar.  But i can't seem to get the
correct reference to removeEventSource.  As you see i create a var
source3 (which executes successfully), then I add to the event object
and it appears on calendar, but it does not get removed.

I figure I must not be using the correct reference.  Any ideas?


source3 = function addanothersource(start, end, callback) {

$.ajax({
type: 'POST',
url: newUrl,
data: str,
success: function(respData){
eventArray = respData;
callback(eventArray);

}
});
};


$('#calendar').fullCalendar('addEventSource', source3);

$('#calendar').fullCalendar('removeEventSource', source3);


[jQuery] Calendar App recommendations?

2009-03-31 Thread kozEfx

Looking for a jquery calendar app.

Main requirements include Month/Day/Event views; Add/Delete Event,
with date/time ranges; Next/Previous functionality for Month/Day/Event
views; Database integration; source code available and extensible.
Nice to have:  Ajax enabled/integrated.

Currently looking at jmonth calendar, but can find no demo:
http://www.bytecyclist.com/projects/jmonthcalendar/

Any suggestions?

Thx.


[jQuery] An Eclipse Plugin for JQuery, other than jQueryWTP ?

2008-02-04 Thread kozEfx

anyone using  jQueryWTP in eclipse?

the install directions destroyed my eclipse environ and i had to re-
install--even though i replaced the modified plugin with a copy of the
original.  it was odd.

I'll settle for a dreamweaver plugin, if anyone knows of one, but
would rather have eclipse one.

Thx.