This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Verbose Beautified Date Range | |
| * | |
| * @access public | |
| * @param mixed $start_date | |
| * @param mixed $end_date | |
| * @return $date_range (beautified date range) | |
| * @license WTFPL | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $("#draggable p").draggable({ | |
| // animate the dragged item back to its original position | |
| // if not accepted by a droppable element. | |
| revert: 'invalid', | |
| revertDuration: 200, | |
| }); | |
| $("#droppable div").droppable({ | |
| // tolerance: 'touch', | |
| // This will accept a drop from an element with a class that |