iPhone calendar recreated in jQuery and HTML
Stefano Verna has created a very nice iPhone calendar like display using just jQuery and HTML. The calendar is constructed with a basic style-less table serving as its base with hover over popups showing even information for dates of interest. It is both a visually elegant and very easy to implement using only 64 lines of Javascript. In theory it should be very easy to convert this to a plugin so that it can be reusable in an AJAX context with dynamic paging and re-initialization. The screenshot is shown below.
The only problem I have with it is the it is not a printable calendar by default. However the apple calendar style should be easily ported into a printable CSS stylesheet.
Subscribe to:
Post Comments (Atom)
1 comments:
Could you please post the code for this calender?
Post a Comment