[jQuery] Calendar with ajax w/o refresh whole page question

[jQuery] Calendar with ajax w/o refresh whole page question

<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>here is what im doing
<a href="http://www.belarsoluciones.com.ar/calendar/">http://www.belarsoluciones.com.ar/calendar/</a>
if
any1 want to see the calendar.php can download at
<a href="http://www.belarsoluciones.com.ar/calendar/calendar.txt">http://www.belarsoluciones.com.ar/calendar/calendar.txt</a>
-----
Original Message -----
From: Benjamin Sterling
To: jQuery
Discussion.
Sent: Thursday, February 22, 2007 11:46 PM
Subject: Re:
[jQuery] Calendar with ajax w/o refresh whole page question
I songs
like you need to do something
like:
$("#calenderdiv").load("calendar.php");
and then if you want
to change months you need to create a link or something
that will pass some
params back to the calender.
maybe something
like:
$('#nextmonth').click(function(){
$.ajax({
data: {month:
monthvariable},
url: 'calender.php'
})
});
This is not
tested and is just off the top of my head, can you post an
example of what
you are currently working with?
--
Benjamin Sterling
<a href="http://www.kenzomedia.com/">http://www.KenzoMedia.com</a>
<a href="http://www.kenzohosting.com/">http://www.KenzoHosting.com</a>
_______________________________________________
jQuery
mailing list
<a href="mailto:discuss@jquery.com">discuss@jquery.com</a>
<a href="http://jquery.com/discuss/">http://jquery.com/discuss/</a>
__________
NOD32 2076 (20070222) Information __________
This message was checked by
NOD32 antivirus system.
<a href="http://www.eset.com/">http://www.eset.com</a>
--------------------------------------------------------------------------------
Estoy
utilizando la versión gratuita de SPAMfighter para usuarios privados.
Ha
eliminado 4533 correos spam hasta la fecha.
Los abonados no tienen este
mensaje en sus correos.
¡Pruebe SPAMfighter gratis ya!
</div></div>
<hr size=1>
<b>Preguntá. Respondé. Descubrí.</b>

Todo lo que querías saber, y lo que ni imaginabas,

está en <b>Yahoo! Respuestas</b> (Beta).

<b><a href="http://ar.answers.yahoo.com">Probalo ya!</a></b> </body></html>_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/