MediaWiki:Cluetip.js
Aus Offene Naturführer
Hinweis - Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können: Mozilla/Firefox/Safari: Shift gedrückt halten und auf Aktualisieren klicken oder alternativ entweder Strg-F5 oder Strg-R (Befehlstaste-R bei Macintosh) drücken; Konqueror: Auf Aktualisieren klicken oder F5 drücken; Opera: Cache unter Extras → Internetspuren löschen…; Internet Explorer: Strg-F5 drücken oder Strg gedrückt halten und dabei Aktualisieren anklicken.
The actual Cluetip plugin code has now been moved to [[MediaWiki:Common.js]]
Here remains local copy of license and credits and a modification history!
Please do not delete this page.
//////////////////////////////////////////////////
// Cluetip Code from http://plugins.learningjquery.com/cluetip/
// Dual licensed under the MIT and GPL licenses (compatible with license here):
// * http://www.opensource.org/licenses/mit-license.php
// * http://www.gnu.org/licenses/gpl.html/
// Original credits at site above:
// * Maintained by Karl Swedberg
// * Inspired by Cody Lindley's jTip script.
// * Many feature ideas were provided by Shelane Enos.
// * Glen Lipka and Jörn Zaefferer provided expert advice.
// * Dan G. Switzer and Hector Santos helped a lot and contributed code for a couple features.
// * Torben Schreiter helped squash some bugs and offered code for pre-loading images from ajaxed files
// * Jonathan Chaffer helped a lot, but eschewed the co-author designation out of sheer modesty.
/*
* jQuery clueTip plugin
* Version 1.0.6 (January 13, 2010)
* @requires jQuery v1.3+
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*/