Home >Backend Development >PHP Tutorial >啊啊啊,到底该怎么办?!

啊啊啊,到底该怎么办?!

WBOY
WBOYOriginal
2016-06-23 14:28:17992browse

php做一个简单万年历,想要实现这样的一个小功能:在年份和月份的下拉菜单中点击下拉菜单的选项直接提交结果(不使用submit提交).如下图,点击哪个月份就跳到那个月的结果.

这要怎么实现呢?最好是纯php,不行的话,js也可以


回复讨论(解决方案)

 你还蒙对了 就是js 相信有很多这个 插件

 你还蒙对了 就是js 相信有很多这个 插件
具体怎么写啊?

ajax实现,传值到服务端,服务端处理日历显示,返回值到页面。

印象中jq就有日历~

jquery  日期控件 wdatepicker     这个用JS绑定onChange事件,向后台传数据即可。

有很多日历插件直接可以拿来用的,没有必要自己重新写...比如easyUI

用控件把。。。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn