[jQuery] JQuery Calendar

2009-05-25 Thread Aruna
Hi, I m new to JQuery..In my app ,i am creating the inputtags based onthe type selected using JQuery.. These things i have done..Now with the input tags created ,If i click on them i want a calendar poopup which allow me to select a date and the value will appears in the input box..For this i m

[jQuery] JQuery calendar

2008-12-30 Thread Praveen
Hi All can any one send me a demo of Jquery calendar i wrote this code in html $(document).ready(function(){ $(".menu a").hover(function() { $(this).next("em").animate({opacity: "show", top: "-75"}, "slow"); }, function() { $(this).next

[jQuery] jQuery calendar and IE 6

2007-12-03 Thread bconoly
Ok, this is another one of those IE 6 bugs but I'm using jQuery 1.3 (I think this is right, I'm using liferay). I'm also using the calendar version 2.7. When I go to the calendar home site the calendar displays as it should over select boxes in IE 6. I downloaded both the javascript and the css

[jQuery] jQuery Calendar v2.7 and custom date ranges

2007-10-09 Thread pixelwizzard
Hi All, Does anyone know how to get the date range to work for the calendar? I tried adding this code, but maybe I put it in the wrong place or something. Please help. $(document).ready(function(){ $('.calendarRange').calendar({fieldSettings: customRange, autoPopUp: 'focus', dateForma

[jQuery] jQuery Calendar

2007-07-26 Thread PeterKl
Hi! I have one problem: I search for plugin 'calendar' like Google Calendar, where we can select the time for every events with mouse - we just draw over the timetable and new event was created. Are you know 'plugin' like that or can you tell me, how can I create that plugin? By, PeterKl