Jump to content

datapicker jquery ui + php


diabolickman

Recommended Posts

Olá,

estou a tentar fazer um calendário com PHP recorrendo ao jquery.

Tenho o seguinte código:

<!-- função jQuery -->
<script type="text/javascript">
$(function(){
// Datepicker
$('#datepicker').datepicker({
inline: true
});
});
</script>

<div id="datepicker" align="center"></div>

E queria saber como, após o utilizador selecionar um dia, apanhar esse dia/data e passa-lo para uma variável em PHP...Estive a pesquisar e vi que muita gente usa através de um input text, mas aqui não consegui por a funcionar dessa maneira :S

Desculpem a noobice, mas a pesquisa agora não funcionou, e por acaso nunca trabalhei com jquery desta maneira 🙂

Edited by diabolickman
Link to comment
Share on other sites

Fazes uma página que devolve apenas o JSON:

{'data':'2012-12-21'}

E fazes o request dessa página no JavaScript:

http://api.jquery.com/jQuery.getJSON/

“There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult.”

-- Tony Hoare

Link to comment
Share on other sites

estás a dizer que fazer um reload completo da página é melhor que usar um simples e rápido AJAX ??

creio que ele queria dizer: "Fiz da forma mais fácil, não me apetecia pesquisar um forma melhor de resolver isto, assim funciona e tá a andar, perder tempo a aprender cenas engraçadas e tal não é coisa que me assista"

* 😉 Sem ofensa*

Edited by MASNathan
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.