Aug 14

查看演示:http://dev.base86.com/scripts/vista-like_ajax_calendar_version_2.html#examples

阅读全文...

written by admin \\ tags:

Jul 24

Tooltips: AJAX & JavaScript Solutions

Nice Titles Revised
An improved Nice Titles Tooltip Script with Accesskeys support.

A lightweight prototype based JavaScript tooltip

Nice Titles
A classic. The script uses a background image.

AJAX-enabled Help-BalloonsHelp windows in baloon-design. AJAXified version is also available.

jTip – A jQuery Tool Tip
Extensive AJAX-based tooltips with numerous functions and presentation possibilities.

jQuery plugin: Tooltip
Enhances the jQuery Library.

qTip
Works [...]

阅读全文...

written by admin \\ tags: , ,

Jul 13

第一步 : HTML 代码
<input> text field (with id=“newElement”) for add new element.

<ul id=“myList”> the list into we will add new elements.
<div id=“msg”></div> a layer that will show a message if the add action has been completed, or an error if the input field is emty.
  
Copy and paste this code into the <body> tag:

<h3>
<ul>
<li>list</li>
</ul>
</h3>
Add a [...]

阅读全文...

written by admin \\ tags: , ,