Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.3/jquery-ui.min.js"></script>
<script src="http://dl.dropbox.com/u/1510510/temp/demo/fullcalendar.min.js"></script>
<link rel='stylesheet' type='text/css' href='http://dl.dropbox.com/u/1510510/temp/demo/fullcalendar.css' />
  <link rel='stylesheet' type='text/css' href='http://arshaw.com/js/fullcalendar-1.6.4/fullcalendar/fullcalendar.css' />
  <link rel='stylesheet' type='text/css' href='http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/cupertino/jquery-ui.css' />
<style type='text/css'>
  
</style>
</head>
  
  
<body><div id='calendar'></div>
<table><tr><td>
    <textarea rows="4" cols="60" id="output">
    </textarea>
    Date: <input type="text" id="datepicker" class="datepicker"></input>
</td><td>
    <input id="showEdited" type="button" 
            value="Show Edited" > </input>
    <input id="addEvent" type="button" 
            value="Add Event" > </input>
    <input id="removeEvent" type="button" 
            value="Remove" > </input>
    <input id="moveEvent" type="button" 
            value="Move" > </input>
</td></tr></table>
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers