在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → PHP+AJAX+jquery日历插件FullCalendar+农历日程管理项目

PHP+AJAX+jquery日历插件FullCalendar+农历日程管理项目

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:2.28M
  • 下载次数:10
  • 浏览次数:220
  • 发布时间:2020-06-24
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
在日常使用中用到了日历日程管理,这是本人结合网络上的现有资料整理和修改。使用了jquery日历插件FullCalendar,使用通过PHP程序调用了MYSQL的数据库,实现HTML静态页在线AJAX新建日程,修改、删除日程序,本集成了中国人的农历,采用了UTF8的编码,根目录里带有SQL数据库,下载后导入你的数据库即可使用。日程管理项目功能很强大,欢迎大家一起交流。
【实例截图】
【核心代码】
[20140728]query日历插件FullCalendarPHPAJAX农历日程管理项目
├── calendar.sql
├── connect.php
├── css
│   ├── fancybox.css
│   ├── fullcalendar.css
│   └── images
│   ├── animated-overlay.gif
│   ├── blank.gif
│   ├── fancy_close.png
│   ├── fancy_loading.png
│   ├── fancy_nav_left.png
│   ├── fancy_nav_right.png
│   ├── fancy_shadow_e.png
│   ├── fancy_shadow_n.png
│   ├── fancy_shadow_ne.png
│   ├── fancy_shadow_nw.png
│   ├── fancy_shadow_s.png
│   ├── fancy_shadow_se.png
│   ├── fancy_shadow_sw.png
│   ├── fancy_shadow_w.png
│   ├── fancy_title_left.png
│   ├── fancy_title_main.png
│   ├── fancy_title_over.png
│   ├── fancy_title_right.png
│   ├── fancybox-x.png
│   ├── fancybox-y.png
│   └── fancybox.png
├── do.php
├── drag.html
├── event.php
├── jquery-ui-1.10.3
│   ├── AUTHORS.txt
│   ├── Gruntfile.js
│   ├── MANIFEST
│   ├── MIT-LICENSE.txt
│   ├── README.md
│   ├── demos
│   │   ├── accordion
│   │   │   ├── collapsible.html
│   │   │   ├── custom-icons.html
│   │   │   ├── default.html
│   │   │   ├── fillspace.html
│   │   │   ├── hoverintent.html
│   │   │   ├── index.html
│   │   │   ├── no-auto-height.html
│   │   │   └── sortable.html
│   │   ├── addClass
│   │   │   ├── default.html
│   │   │   └── index.html
│   │   ├── animate
│   │   │   ├── default.html
│   │   │   └── index.html
│   │   ├── autocomplete
│   │   │   ├── categories.html
│   │   │   ├── combobox.html
│   │   │   ├── custom-data.html
│   │   │   ├── default.html
│   │   │   ├── folding.html
│   │   │   ├── images
│   │   │   │   ├── jquery_32x32.png
│   │   │   │   ├── jqueryui_32x32.png
│   │   │   │   ├── sizzlejs_32x32.png
│   │   │   │   ├── transparent_1x1.png
│   │   │   │   └── ui-anim_basic_16x16.gif
│   │   │   ├── index.html
│   │   │   ├── london.xml
│   │   │   ├── maxheight.html
│   │   │   ├── multiple-remote.html
│   │   │   ├── multiple.html
│   │   │   ├── remote-jsonp.html
│   │   │   ├── remote-with-cache.html
│   │   │   ├── remote.html
│   │   │   ├── search.php
│   │   │   └── xml.html
│   │   ├── button
│   │   │   ├── checkbox.html
│   │   │   ├── default.html
│   │   │   ├── icons.html
│   │   │   ├── index.html
│   │   │   ├── radio.html
│   │   │   ├── splitbutton.html
│   │   │   └── toolbar.html
│   │   ├── datepicker
│   │   │   ├── alt-field.html
│   │   │   ├── animation.html
│   │   │   ├── buttonbar.html
│   │   │   ├── date-formats.html
│   │   │   ├── date-range.html
│   │   │   ├── default.html
│   │   │   ├── dropdown-month-year.html
│   │   │   ├── icon-trigger.html
│   │   │   ├── images
│   │   │   │   └── calendar.gif
│   │   │   ├── index.html
│   │   │   ├── inline.html
│   │   │   ├── jquery.ui.datepicker-ar.js
│   │   │   ├── jquery.ui.datepicker-fr.js
│   │   │   ├── jquery.ui.datepicker-he.js
│   │   │   ├── jquery.ui.datepicker-zh-TW.js
│   │   │   ├── localization.html
│   │   │   ├── min-max.html
│   │   │   ├── multiple-calendars.html
│   │   │   ├── other-months.html
│   │   │   └── show-week.html
│   │   ├── demos.css
│   │   ├── dialog
│   │   │   ├── animated.html
│   │   │   ├── default.html
│   │   │   ├── index.html
│   │   │   ├── modal-confirmation.html
│   │   │   ├── modal-form.html
│   │   │   ├── modal-message.html
│   │   │   └── modal.html
│   │   ├── draggable
│   │   │   ├── constrain-movement.html
│   │   │   ├── cursor-style.html
│   │   │   ├── default.html
│   │   │   ├── delay-start.html
│   │   │   ├── events.html
│   │   │   ├── handle.html
│   │   │   ├── index.html
│   │   │   ├── revert.html
│   │   │   ├── scroll.html
│   │   │   ├── snap-to.html
│   │   │   ├── sortable.html
│   │   │   └── visual-feedback.html
│   │   ├── droppable
│   │   │   ├── accepted-elements.html
│   │   │   ├── default.html
│   │   │   ├── images
│   │   │   │   ├── high_tatras.jpg
│   │   │   │   ├── high_tatras2.jpg
│   │   │   │   ├── high_tatras2_min.jpg
│   │   │   │   ├── high_tatras3.jpg
│   │   │   │   ├── high_tatras3_min.jpg
│   │   │   │   ├── high_tatras4.jpg
│   │   │   │   ├── high_tatras4_min.jpg
│   │   │   │   └── high_tatras_min.jpg
│   │   │   ├── index.html
│   │   │   ├── photo-manager.html
│   │   │   ├── propagation.html
│   │   │   ├── revert.html
│   │   │   ├── shopping-cart.html
│   │   │   └── visual-feedback.html
│   │   ├── effect
│   │   │   ├── default.html
│   │   │   ├── easing.html
│   │   │   └── index.html
│   │   ├── hide
│   │   │   ├── default.html
│   │   │   └── index.html
│   │   ├── images
│   │   │   ├── calendar.gif
│   │   │   ├── demo-config-on-tile.gif
│   │   │   ├── demo-config-on.gif
│   │   │   ├── demo-spindown-closed.gif
│   │   │   ├── demo-spindown-open.gif
│   │   │   ├── icon-docs-info.gif
│   │   │   └── pbar-ani.gif
│   │   ├── index.html
│   │   ├── menu
│   │   │   ├── default.html
│   │   │   ├── icons.html
│   │   │   └── index.html
│   │   ├── position
│   │   │   ├── cycler.html
│   │   │   ├── default.html
│   │   │   ├── images
│   │   │   │   ├── earth.jpg
│   │   │   │   ├── flight.jpg
│   │   │   │   └── rocket.jpg
│   │   │   └── index.html
│   │   ├── progressbar
│   │   │   ├── default.html
│   │   │   ├── images
│   │   │   │   └── pbar-ani.gif
│   │   │   ├── indeterminate.html
│   │   │   ├── index.html
│   │   │   └── label.html
│   │   ├── removeClass
│   │   │   ├── default.html
│   │   │   └── index.html
│   │   ├── resizable
│   │   │   ├── animate.html
│   │   │   ├── aspect-ratio.html
│   │   │   ├── constrain-area.html
│   │   │   ├── default.html
│   │   │   ├── delay-start.html
│   │   │   ├── helper.html
│   │   │   ├── index.html
│   │   │   ├── max-min.html
│   │   │   ├── snap-to-grid.html
│   │   │   ├── synchronous-resize.html
│   │   │   ├── textarea.html
│   │   │   └── visual-feedback.html
│   │   ├── selectable
│   │   │   ├── default.html
│   │   │   ├── display-grid.html
│   │   │   ├── index.html
│   │   │   └── serialize.html
│   │   ├── show
│   │   │   ├── default.html
│   │   │   └── index.html
│   │   ├── slider
│   │   │   ├── colorpicker.html
│   │   │   ├── default.html
│   │   │   ├── hotelrooms.html
│   │   │   ├── index.html
│   │   │   ├── multiple-vertical.html
│   │   │   ├── range-vertical.html
│   │   │   ├── range.html
│   │   │   ├── rangemax.html
│   │   │   ├── rangemin.html
│   │   │   ├── side-scroll.html
│   │   │   ├── slider-vertical.html
│   │   │   └── steps.html
│   │   ├── sortable
│   │   │   ├── connect-lists-through-tabs.html
│   │   │   ├── connect-lists.html
│   │   │   ├── default.html
│   │   │   ├── delay-start.html
│   │   │   ├── display-grid.html
│   │   │   ├── empty-lists.html
│   │   │   ├── index.html
│   │   │   ├── items.html
│   │   │   ├── placeholder.html
│   │   │   └── portlets.html
│   │   ├── spinner
│   │   │   ├── currency.html
│   │   │   ├── decimal.html
│   │   │   ├── default.html
│   │   │   ├── index.html
│   │   │   ├── latlong.html
│   │   │   ├── overflow.html
│   │   │   └── time.html
│   │   ├── switchClass
│   │   │   ├── default.html
│   │   │   └── index.html
│   │   ├── tabs
│   │   │   ├── ajax
│   │   │   │   ├── content1.html
│   │   │   │   ├── content2.html
│   │   │   │   ├── content3-slow.php
│   │   │   │   └── content4-broken.php
│   │   │   ├── ajax.html
│   │   │   ├── bottom.html
│   │   │   ├── collapsible.html
│   │   │   ├── default.html
│   │   │   ├── index.html
│   │   │   ├── manipulation.html
│   │   │   ├── mouseover.html
│   │   │   ├── sortable.html
│   │   │   └── vertical.html
│   │   ├── toggle
│   │   │   ├── default.html
│   │   │   └── index.html
│   │   ├── toggleClass
│   │   │   ├── default.html
│   │   │   └── index.html
│   │   ├── tooltip
│   │   │   ├── ajax
│   │   │   │   ├── content1.html
│   │   │   │   └── content2.html
│   │   │   ├── custom-animation.html
│   │   │   ├── custom-content.html
│   │   │   ├── custom-style.html
│   │   │   ├── default.html
│   │   │   ├── forms.html
│   │   │   ├── images
│   │   │   │   ├── st-stephens.jpg
│   │   │   │   └── tower-bridge.jpg
│   │   │   ├── index.html
│   │   │   ├── tracking.html
│   │   │   └── video-player.html
│   │   └── widget
│   │   ├── default.html
│   │   └── index.html
│   ├── external
│   │   ├── globalize.culture.de-DE.js
│   │   ├── globalize.culture.ja-JP.js
│   │   ├── globalize.js
│   │   ├── jquery.mousewheel.js
│   │   ├── jshint.js
│   │   ├── qunit.css
│   │   └── qunit.js
│   ├── jquery-1.9.1.js
│   ├── package.json
│   ├── tests
│   │   ├── index.css
│   │   ├── index.html
│   │   ├── index.js
│   │   ├── jquery-1.6.1.js
│   │   ├── jquery-1.6.2.js
│   │   ├── jquery-1.6.3.js
│   │   ├── jquery-1.6.4.js
│   │   ├── jquery-1.6.js
│   │   ├── jquery-1.7.1.js
│   │   ├── jquery-1.7.2.js
│   │   ├── jquery-1.7.js
│   │   ├── jquery-1.8.0.js
│   │   ├── jquery-1.8.1.js
│   │   ├── jquery-1.8.2.js
│   │   ├── jquery-1.8.3.js
│   │   ├── jquery-1.9.0.js
│   │   ├── jquery-1.9.1.js
│   │   ├── jquery.js
│   │   ├── jquery.simulate.js
│   │   ├── unit
│   │   │   ├── accordion
│   │   │   │   ├── accordion.html
│   │   │   │   ├── accordion_common.js
│   │   │   │   ├── accordion_core.js
│   │   │   │   ├── accordion_events.js
│   │   │   │   ├── accordion_methods.js
│   │   │   │   ├── accordion_options.js
│   │   │   │   ├── accordion_test_helpers.js
│   │   │   │   └── all.html
│   │   │   ├── all.html
│   │   │   ├── autocomplete
│   │   │   │   ├── all.html
│   │   │   │   ├── autocomplete.html
│   │   │   │   ├── autocomplete_common.js
│   │   │   │   ├── autocomplete_core.js
│   │   │   │   ├── autocomplete_events.js
│   │   │   │   ├── autocomplete_methods.js
│   │   │   │   ├── autocomplete_options.js
│   │   │   │   ├── remote_object_array_labels.txt
│   │   │   │   ├── remote_object_array_values.txt
│   │   │   │   └── remote_string_array.txt
│   │   │   ├── button
│   │   │   │   ├── all.html
│   │   │   │   ├── button.html
│   │   │   │   ├── button_common.js
│   │   │   │   ├── button_core.js
│   │   │   │   ├── button_events.js
│   │   │   │   ├── button_methods.js
│   │   │   │   └── button_options.js
│   │   │   ├── core
│   │   │   │   ├── all.html
│   │   │   │   ├── core.html
│   │   │   │   ├── core.js
│   │   │   │   └── selector.js
│   │   │   ├── datepicker
│   │   │   │   ├── all.html
│   │   │   │   ├── datepicker.html
│   │   │   │   ├── datepicker_common.js
│   │   │   │   ├── datepicker_core.js
│   │   │   │   ├── datepicker_events.js
│   │   │   │   ├── datepicker_methods.js
│   │   │   │   ├── datepicker_options.js
│   │   │   │   ├── datepicker_test_helpers.js
│   │   │   │   └── images
│   │   │   │   └── calendar.gif
│   │   │   ├── dialog
│   │   │   │   ├── all.html
│   │   │   │   ├── dialog.html
│   │   │   │   ├── dialog_common.js
│   │   │   │   ├── dialog_core.js
│   │   │   │   ├── dialog_deprecated.html
│   │   │   │   ├── dialog_deprecated.js
│   │   │   │   ├── dialog_events.js
│   │   │   │   ├── dialog_methods.js
│   │   │   │   ├── dialog_options.js
│   │   │   │   └── dialog_test_helpers.js
│   │   │   ├── draggable
│   │   │   │   ├── all.html
│   │   │   │   ├── draggable.html
│   │   │   │   ├── draggable_common.js
│   │   │   │   ├── draggable_core.js
│   │   │   │   ├── draggable_events.js
│   │   │   │   ├── draggable_methods.js
│   │   │   │   ├── draggable_options.js
│   │   │   │   └── draggable_test_helpers.js
│   │   │   ├── droppable
│   │   │   │   ├── all.html
│   │   │   │   ├── droppable.html
│   │   │   │   ├── droppable_common.js
│   │   │   │   ├── droppable_core.js
│   │   │   │   ├── droppable_events.js
│   │   │   │   ├── droppable_methods.js
│   │   │   │   ├── droppable_options.js
│   │   │   │   └── droppable_test_helpers.js
│   │   │   ├── effects
│   │   │   │   ├── all.html
│   │   │   │   ├── effects.html
│   │   │   │   ├── effects_core.js
│   │   │   │   └── effects_scale.js
│   │   │   ├── images
│   │   │   │   └── jqueryui_32x32.png
│   │   │   ├── index.html
│   │   │   ├── menu
│   │   │   │   ├── all.html
│   │   │   │   ├── menu.html
│   │   │   │   ├── menu_common.js
│   │   │   │   ├── menu_core.js
│   │   │   │   ├── menu_events.js
│   │   │   │   ├── menu_methods.js
│   │   │   │   ├── menu_options.js
│   │   │   │   └── menu_test_helpers.js
│   │   │   ├── position
│   │   │   │   ├── all.html
│   │   │   │   ├── position.html
│   │   │   │   └── position_core.js
│   │   │   ├── progressbar
│   │   │   │   ├── all.html
│   │   │   │   ├── progressbar.html
│   │   │   │   ├── progressbar_common.js
│   │   │   │   ├── progressbar_core.js
│   │   │   │   ├── progressbar_events.js
│   │   │   │   ├── progressbar_methods.js
│   │   │   │   └── progressbar_options.js
│   │   │   ├── qunit-composite.css
│   │   │   ├── qunit-composite.js
│   │   │   ├── resizable
│   │   │   │   ├── all.html
│   │   │   │   ├── images
│   │   │   │   │   └── test.jpg
│   │   │   │   ├── resizable.html
│   │   │   │   ├── resizable_common.js
│   │   │   │   ├── resizable_core.js
│   │   │   │   ├── resizable_events.js
│   │   │   │   ├── resizable_methods.js
│   │   │   │   ├── resizable_options.js
│   │   │   │   └── resizable_test_helpers.js
│   │   │   ├── selectable
│   │   │   │   ├── all.html
│   │   │   │   ├── selectable.html
│   │   │   │   ├── selectable_common.js
│   │   │   │   ├── selectable_core.js
│   │   │   │   ├── selectable_events.js
│   │   │   │   ├── selectable_methods.js
│   │   │   │   └── selectable_options.js
│   │   │   ├── slider
│   │   │   │   ├── all.html
│   │   │   │   ├── slider.html
│   │   │   │   ├── slider_common.js
│   │   │   │   ├── slider_core.js
│   │   │   │   ├── slider_events.js
│   │   │   │   ├── slider_methods.js
│   │   │   │   └── slider_options.js
│   │   │   ├── sortable
│   │   │   │   ├── all.html
│   │   │   │   ├── sortable.html
│   │   │   │   ├── sortable_common.js
│   │   │   │   ├── sortable_core.js
│   │   │   │   ├── sortable_events.js
│   │   │   │   ├── sortable_methods.js
│   │   │   │   ├── sortable_options.js
│   │   │   │   └── sortable_test_helpers.js
│   │   │   ├── spinner
│   │   │   │   ├── all.html
│   │   │   │   ├── spinner.html
│   │   │   │   ├── spinner_common.js
│   │   │   │   ├── spinner_core.js
│   │   │   │   ├── spinner_events.js
│   │   │   │   ├── spinner_methods.js
│   │   │   │   ├── spinner_options.js
│   │   │   │   └── spinner_test_helpers.js
│   │   │   ├── subsuite.js
│   │   │   ├── swarminject.js
│   │   │   ├── tabs
│   │   │   │   ├── all.html
│   │   │   │   ├── data
│   │   │   │   │   └── test.html
│   │   │   │   ├── tabs.html
│   │   │   │   ├── tabs_common.js
│   │   │   │   ├── tabs_core.js
│   │   │   │   ├── tabs_events.js
│   │   │   │   ├── tabs_methods.js
│   │   │   │   ├── tabs_options.js
│   │   │   │   └── tabs_test_helpers.js
│   │   │   ├── testsuite.js
│   │   │   ├── tooltip
│   │   │   │   ├── all.html
│   │   │   │   ├── tooltip.html
│   │   │   │   ├── tooltip_common.js
│   │   │   │   ├── tooltip_core.js
│   │   │   │   ├── tooltip_events.js
│   │   │   │   ├── tooltip_methods.js
│   │   │   │   └── tooltip_options.js
│   │   │   └── widget
│   │   │   ├── all.html
│   │   │   ├── widget.html
│   │   │   ├── widget_animation.js
│   │   │   ├── widget_core.js
│   │   │   └── widget_extend.js
│   │   └── visual
│   │   ├── accordion
│   │   │   └── icons.html
│   │   ├── addClass
│   │   │   └── queue.html
│   │   ├── button
│   │   │   ├── button.html
│   │   │   └── performance.html
│   │   ├── compound
│   │   │   ├── accordion_tabs.html
│   │   │   ├── datepicker_dialog.html
│   │   │   ├── dialog_widgets.html
│   │   │   ├── draggable_accordion.html
│   │   │   ├── draggable_accordion_accordion_tabs_draggable.html
│   │   │   ├── sortable_accordion_sortable_tabs.html
│   │   │   ├── tabs_tabs.html
│   │   │   └── tabs_tooltips.html
│   │   ├── dialog
│   │   │   ├── animated.html
│   │   │   ├── complex-dialogs.html
│   │   │   ├── form.html
│   │   │   └── performance.html
│   │   ├── effects
│   │   │   ├── all.html
│   │   │   ├── effects.css
│   │   │   ├── effects.js
│   │   │   └── scale.html
│   │   ├── index.html
│   │   ├── menu
│   │   │   └── menu.html
│   │   ├── position
│   │   │   ├── position.html
│   │   │   └── position_feedback.html
│   │   ├── theme.html
│   │   ├── tooltip
│   │   │   ├── animations.html
│   │   │   └── tooltip.html
│   │   └── visual.css
│   ├── themes
│   │   └── base
│   │   ├── images
│   │   │   ├── animated-overlay.gif
│   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   ├── ui-icons_222222_256x240.png
│   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   ├── ui-icons_454545_256x240.png
│   │   │   ├── ui-icons_888888_256x240.png
│   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   ├── jquery-ui.css
│   │   ├── jquery.ui.accordion.css
│   │   ├── jquery.ui.all.css
│   │   ├── jquery.ui.autocomplete.css
│   │   ├── jquery.ui.base.css
│   │   ├── jquery.ui.button.css
│   │   ├── jquery.ui.core.css
│   │   ├── jquery.ui.datepicker.css
│   │   ├── jquery.ui.dialog.css
│   │   ├── jquery.ui.menu.css
│   │   ├── jquery.ui.progressbar.css
│   │   ├── jquery.ui.resizable.css
│   │   ├── jquery.ui.selectable.css
│   │   ├── jquery.ui.slider.css
│   │   ├── jquery.ui.spinner.css
│   │   ├── jquery.ui.tabs.css
│   │   ├── jquery.ui.theme.css
│   │   ├── jquery.ui.tooltip.css
│   │   └── minified
│   │   ├── images
│   │   │   ├── animated-overlay.gif
│   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   ├── ui-icons_222222_256x240.png
│   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   ├── ui-icons_454545_256x240.png
│   │   │   ├── ui-icons_888888_256x240.png
│   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   ├── jquery-ui.min.css
│   │   ├── jquery.ui.accordion.min.css
│   │   ├── jquery.ui.autocomplete.min.css
│   │   ├── jquery.ui.button.min.css
│   │   ├── jquery.ui.core.min.css
│   │   ├── jquery.ui.datepicker.min.css
│   │   ├── jquery.ui.dialog.min.css
│   │   ├── jquery.ui.menu.min.css
│   │   ├── jquery.ui.progressbar.min.css
│   │   ├── jquery.ui.resizable.min.css
│   │   ├── jquery.ui.selectable.min.css
│   │   ├── jquery.ui.slider.min.css
│   │   ├── jquery.ui.spinner.min.css
│   │   ├── jquery.ui.tabs.min.css
│   │   ├── jquery.ui.theme.min.css
│   │   └── jquery.ui.tooltip.min.css
│   ├── ui
│   │   ├── i18n
│   │   │   ├── jquery-ui-i18n.js
│   │   │   ├── jquery.ui.datepicker-af.js
│   │   │   ├── jquery.ui.datepicker-ar-DZ.js
│   │   │   ├── jquery.ui.datepicker-ar.js
│   │   │   ├── jquery.ui.datepicker-az.js
│   │   │   ├── jquery.ui.datepicker-be.js
│   │   │   ├── jquery.ui.datepicker-bg.js
│   │   │   ├── jquery.ui.datepicker-bs.js
│   │   │   ├── jquery.ui.datepicker-ca.js
│   │   │   ├── jquery.ui.datepicker-cs.js
│   │   │   ├── jquery.ui.datepicker-cy-GB.js
│   │   │   ├── jquery.ui.datepicker-da.js
│   │   │   ├── jquery.ui.datepicker-de.js
│   │   │   ├── jquery.ui.datepicker-el.js
│   │   │   ├── jquery.ui.datepicker-en-AU.js
│   │   │   ├── jquery.ui.datepicker-en-GB.js
│   │   │   ├── jquery.ui.datepicker-en-NZ.js
│   │   │   ├── jquery.ui.datepicker-eo.js
│   │   │   ├── jquery.ui.datepicker-es.js
│   │   │   ├── jquery.ui.datepicker-et.js
│   │   │   ├── jquery.ui.datepicker-eu.js
│   │   │   ├── jquery.ui.datepicker-fa.js
│   │   │   ├── jquery.ui.datepicker-fi.js
│   │   │   ├── jquery.ui.datepicker-fo.js
│   │   │   ├── jquery.ui.datepicker-fr-CA.js
│   │   │   ├── jquery.ui.datepicker-fr-CH.js
│   │   │   ├── jquery.ui.datepicker-fr.js
│   │   │   ├── jquery.ui.datepicker-gl.js
│   │   │   ├── jquery.ui.datepicker-he.js
│   │   │   ├── jquery.ui.datepicker-hi.js
│   │   │   ├── jquery.ui.datepicker-hr.js
│   │   │   ├── jquery.ui.datepicker-hu.js
│   │   │   ├── jquery.ui.datepicker-hy.js
│   │   │   ├── jquery.ui.datepicker-id.js
│   │   │   ├── jquery.ui.datepicker-is.js
│   │   │   ├── jquery.ui.datepicker-it.js
│   │   │   ├── jquery.ui.datepicker-ja.js
│   │   │   ├── jquery.ui.datepicker-ka.js
│   │   │   ├── jquery.ui.datepicker-kk.js
│   │   │   ├── jquery.ui.datepicker-km.js
│   │   │   ├── jquery.ui.datepicker-ko.js
│   │   │   ├── jquery.ui.datepicker-ky.js
│   │   │   ├── jquery.ui.datepicker-lb.js
│   │   │   ├── jquery.ui.datepicker-lt.js
│   │   │   ├── jquery.ui.datepicker-lv.js
│   │   │   ├── jquery.ui.datepicker-mk.js
│   │   │   ├── jquery.ui.datepicker-ml.js
│   │   │   ├── jquery.ui.datepicker-ms.js
│   │   │   ├── jquery.ui.datepicker-nb.js
│   │   │   ├── jquery.ui.datepicker-nl-BE.js
│   │   │   ├── jquery.ui.datepicker-nl.js
│   │   │   ├── jquery.ui.datepicker-nn.js
│   │   │   ├── jquery.ui.datepicker-no.js
│   │   │   ├── jquery.ui.datepicker-pl.js
│   │   │   ├── jquery.ui.datepicker-pt-BR.js
│   │   │   ├── jquery.ui.datepicker-pt.js
│   │   │   ├── jquery.ui.datepicker-rm.js
│   │   │   ├── jquery.ui.datepicker-ro.js
│   │   │   ├── jquery.ui.datepicker-ru.js
│   │   │   ├── jquery.ui.datepicker-sk.js
│   │   │   ├── jquery.ui.datepicker-sl.js
│   │   │   ├── jquery.ui.datepicker-sq.js
│   │   │   ├── jquery.ui.datepicker-sr-SR.js
│   │   │   ├── jquery.ui.datepicker-sr.js
│   │   │   ├── jquery.ui.datepicker-sv.js
│   │   │   ├── jquery.ui.datepicker-ta.js
│   │   │   ├── jquery.ui.datepicker-th.js
│   │   │   ├── jquery.ui.datepicker-tj.js
│   │   │   ├── jquery.ui.datepicker-tr.js
│   │   │   ├── jquery.ui.datepicker-uk.js
│   │   │   ├── jquery.ui.datepicker-vi.js
│   │   │   ├── jquery.ui.datepicker-zh-CN.js
│   │   │   ├── jquery.ui.datepicker-zh-HK.js
│   │   │   └── jquery.ui.datepicker-zh-TW.js
│   │   ├── jquery-ui.js
│   │   ├── jquery.ui.accordion.js
│   │   ├── jquery.ui.autocomplete.js
│   │   ├── jquery.ui.button.js
│   │   ├── jquery.ui.core.js
│   │   ├── jquery.ui.datepicker.js
│   │   ├── jquery.ui.dialog.js
│   │   ├── jquery.ui.draggable.js
│   │   ├── jquery.ui.droppable.js
│   │   ├── jquery.ui.effect-blind.js
│   │   ├── jquery.ui.effect-bounce.js
│   │   ├── jquery.ui.effect-clip.js
│   │   ├── jquery.ui.effect-drop.js
│   │   ├── jquery.ui.effect-explode.js
│   │   ├── jquery.ui.effect-fade.js
│   │   ├── jquery.ui.effect-fold.js
│   │   ├── jquery.ui.effect-highlight.js
│   │   ├── jquery.ui.effect-pulsate.js
│   │   ├── jquery.ui.effect-scale.js
│   │   ├── jquery.ui.effect-shake.js
│   │   ├── jquery.ui.effect-slide.js
│   │   ├── jquery.ui.effect-transfer.js
│   │   ├── jquery.ui.effect.js
│   │   ├── jquery.ui.menu.js
│   │   ├── jquery.ui.mouse.js
│   │   ├── jquery.ui.position.js
│   │   ├── jquery.ui.progressbar.js
│   │   ├── jquery.ui.resizable.js
│   │   ├── jquery.ui.selectable.js
│   │   ├── jquery.ui.slider.js
│   │   ├── jquery.ui.sortable.js
│   │   ├── jquery.ui.spinner.js
│   │   ├── jquery.ui.tabs.js
│   │   ├── jquery.ui.tooltip.js
│   │   ├── jquery.ui.widget.js
│   │   └── minified
│   │   ├── i18n
│   │   │   ├── jquery-ui-i18n.min.js
│   │   │   ├── jquery.ui.datepicker-af.min.js
│   │   │   ├── jquery.ui.datepicker-ar-DZ.min.js
│   │   │   ├── jquery.ui.datepicker-ar.min.js
│   │   │   ├── jquery.ui.datepicker-az.min.js
│   │   │   ├── jquery.ui.datepicker-be.min.js
│   │   │   ├── jquery.ui.datepicker-bg.min.js
│   │   │   ├── jquery.ui.datepicker-bs.min.js
│   │   │   ├── jquery.ui.datepicker-ca.min.js
│   │   │   ├── jquery.ui.datepicker-cs.min.js
│   │   │   ├── jquery.ui.datepicker-cy-GB.min.js
│   │   │   ├── jquery.ui.datepicker-da.min.js
│   │   │   ├── jquery.ui.datepicker-de.min.js
│   │   │   ├── jquery.ui.datepicker-el.min.js
│   │   │   ├── jquery.ui.datepicker-en-AU.min.js
│   │   │   ├── jquery.ui.datepicker-en-GB.min.js
│   │   │   ├── jquery.ui.datepicker-en-NZ.min.js
│   │   │   ├── jquery.ui.datepicker-eo.min.js
│   │   │   ├── jquery.ui.datepicker-es.min.js
│   │   │   ├── jquery.ui.datepicker-et.min.js
│   │   │   ├── jquery.ui.datepicker-eu.min.js
│   │   │   ├── jquery.ui.datepicker-fa.min.js
│   │   │   ├── jquery.ui.datepicker-fi.min.js
│   │   │   ├── jquery.ui.datepicker-fo.min.js
│   │   │   ├── jquery.ui.datepicker-fr-CA.min.js
│   │   │   ├── jquery.ui.datepicker-fr-CH.min.js
│   │   │   ├── jquery.ui.datepicker-fr.min.js
│   │   │   ├── jquery.ui.datepicker-gl.min.js
│   │   │   ├── jquery.ui.datepicker-he.min.js
│   │   │   ├── jquery.ui.datepicker-hi.min.js
│   │   │   ├── jquery.ui.datepicker-hr.min.js
│   │   │   ├── jquery.ui.datepicker-hu.min.js
│   │   │   ├── jquery.ui.datepicker-hy.min.js
│   │   │   ├── jquery.ui.datepicker-id.min.js
│   │   │   ├── jquery.ui.datepicker-is.min.js
│   │   │   ├── jquery.ui.datepicker-it.min.js
│   │   │   ├── jquery.ui.datepicker-ja.min.js
│   │   │   ├── jquery.ui.datepicker-ka.min.js
│   │   │   ├── jquery.ui.datepicker-kk.min.js
│   │   │   ├── jquery.ui.datepicker-km.min.js
│   │   │   ├── jquery.ui.datepicker-ko.min.js
│   │   │   ├── jquery.ui.datepicker-ky.min.js
│   │   │   ├── jquery.ui.datepicker-lb.min.js
│   │   │   ├── jquery.ui.datepicker-lt.min.js
│   │   │   ├── jquery.ui.datepicker-lv.min.js
│   │   │   ├── jquery.ui.datepicker-mk.min.js
│   │   │   ├── jquery.ui.datepicker-ml.min.js
│   │   │   ├── jquery.ui.datepicker-ms.min.js
│   │   │   ├── jquery.ui.datepicker-nb.min.js
│   │   │   ├── jquery.ui.datepicker-nl-BE.min.js
│   │   │   ├── jquery.ui.datepicker-nl.min.js
│   │   │   ├── jquery.ui.datepicker-nn.min.js
│   │   │   ├── jquery.ui.datepicker-no.min.js
│   │   │   ├── jquery.ui.datepicker-pl.min.js
│   │   │   ├── jquery.ui.datepicker-pt-BR.min.js
│   │   │   ├── jquery.ui.datepicker-pt.min.js
│   │   │   ├── jquery.ui.datepicker-rm.min.js
│   │   │   ├── jquery.ui.datepicker-ro.min.js
│   │   │   ├── jquery.ui.datepicker-ru.min.js
│   │   │   ├── jquery.ui.datepicker-sk.min.js
│   │   │   ├── jquery.ui.datepicker-sl.min.js
│   │   │   ├── jquery.ui.datepicker-sq.min.js
│   │   │   ├── jquery.ui.datepicker-sr-SR.min.js
│   │   │   ├── jquery.ui.datepicker-sr.min.js
│   │   │   ├── jquery.ui.datepicker-sv.min.js
│   │   │   ├── jquery.ui.datepicker-ta.min.js
│   │   │   ├── jquery.ui.datepicker-th.min.js
│   │   │   ├── jquery.ui.datepicker-tj.min.js
│   │   │   ├── jquery.ui.datepicker-tr.min.js
│   │   │   ├── jquery.ui.datepicker-uk.min.js
│   │   │   ├── jquery.ui.datepicker-vi.min.js
│   │   │   ├── jquery.ui.datepicker-zh-CN.min.js
│   │   │   ├── jquery.ui.datepicker-zh-HK.min.js
│   │   │   └── jquery.ui.datepicker-zh-TW.min.js
│   │   ├── jquery-ui.min.js
│   │   ├── jquery.ui.accordion.min.js
│   │   ├── jquery.ui.autocomplete.min.js
│   │   ├── jquery.ui.button.min.js
│   │   ├── jquery.ui.core.min.js
│   │   ├── jquery.ui.datepicker.min.js
│   │   ├── jquery.ui.dialog.min.js
│   │   ├── jquery.ui.draggable.min.js
│   │   ├── jquery.ui.droppable.min.js
│   │   ├── jquery.ui.effect-blind.min.js
│   │   ├── jquery.ui.effect-bounce.min.js
│   │   ├── jquery.ui.effect-clip.min.js
│   │   ├── jquery.ui.effect-drop.min.js
│   │   ├── jquery.ui.effect-explode.min.js
│   │   ├── jquery.ui.effect-fade.min.js
│   │   ├── jquery.ui.effect-fold.min.js
│   │   ├── jquery.ui.effect-highlight.min.js
│   │   ├── jquery.ui.effect-pulsate.min.js
│   │   ├── jquery.ui.effect-scale.min.js
│   │   ├── jquery.ui.effect-shake.min.js
│   │   ├── jquery.ui.effect-slide.min.js
│   │   ├── jquery.ui.effect-transfer.min.js
│   │   ├── jquery.ui.effect.min.js
│   │   ├── jquery.ui.menu.min.js
│   │   ├── jquery.ui.mouse.min.js
│   │   ├── jquery.ui.position.min.js
│   │   ├── jquery.ui.progressbar.min.js
│   │   ├── jquery.ui.resizable.min.js
│   │   ├── jquery.ui.selectable.min.js
│   │   ├── jquery.ui.slider.min.js
│   │   ├── jquery.ui.sortable.min.js
│   │   ├── jquery.ui.spinner.min.js
│   │   ├── jquery.ui.tabs.min.js
│   │   ├── jquery.ui.tooltip.min.js
│   │   └── jquery.ui.widget.min.js
│   ├── ui.accordion.jquery.json
│   ├── ui.autocomplete.jquery.json
│   ├── ui.button.jquery.json
│   ├── ui.core.jquery.json
│   ├── ui.datepicker.jquery.json
│   ├── ui.dialog.jquery.json
│   ├── ui.draggable.jquery.json
│   ├── ui.droppable.jquery.json
│   ├── ui.effect-blind.jquery.json
│   ├── ui.effect-bounce.jquery.json
│   ├── ui.effect-clip.jquery.json
│   ├── ui.effect-drop.jquery.json
│   ├── ui.effect-explode.jquery.json
│   ├── ui.effect-fade.jquery.json
│   ├── ui.effect-fold.jquery.json
│   ├── ui.effect-highlight.jquery.json
│   ├── ui.effect-pulsate.jquery.json
│   ├── ui.effect-scale.jquery.json
│   ├── ui.effect-shake.jquery.json
│   ├── ui.effect-slide.jquery.json
│   ├── ui.effect-transfer.jquery.json
│   ├── ui.effect.jquery.json
│   ├── ui.menu.jquery.json
│   ├── ui.mouse.jquery.json
│   ├── ui.position.jquery.json
│   ├── ui.progressbar.jquery.json
│   ├── ui.resizable.jquery.json
│   ├── ui.selectable.jquery.json
│   ├── ui.slider.jquery.json
│   ├── ui.sortable.jquery.json
│   ├── ui.spinner.jquery.json
│   ├── ui.tabs.jquery.json
│   ├── ui.tooltip.jquery.json
│   └── ui.widget.jquery.json
├── js
│   ├── chinese_calendar.js
│   ├── fullcalendar.js
│   ├── fullcalendar.min.js
│   ├── jquery.fancybox-1.3.1.pack.js
│   └── jquery.form.min.js
├── json.php
└── 复件 drag.html

87 directories, 768 files

标签:

实例下载地址

PHP+AJAX+jquery日历插件FullCalendar+农历日程管理项目

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警