REDROOM
PHP 8.1.33
Path:
Logout
Edit File
Size: 3.14 KB
Close
/home/jambtst2015/public_html/giraffeng.com/admin/js/htmltooltip.js
Text
Base64
//Inline HTML Tooltip script: By JavaScript Kit: http://www.javascriptkit.com //Created: July 10th, 08' var htmltooltip={ tipclass: 'htmltooltip', fadeeffect: [true, 500], anchors: [], tooltips: [], //array to contain references to all tooltip DIVs on the page positiontip:function($, tipindex, e){ var anchor=this.anchors[tipindex] var tooltip=this.tooltips[tipindex] var scrollLeft=window.pageXOffset? window.pageXOffset : this.iebody.scrollLeft var scrollTop=window.pageYOffset? window.pageYOffset : this.iebody.scrollTop var docwidth=(window.innerWidth)? window.innerWidth-15 : htmltooltip.iebody.clientWidth-15 var docheight=(window.innerHeight)? window.innerHeight-18 : htmltooltip.iebody.clientHeight-15 var tipx=anchor.dimensions.offsetx var tipy=anchor.dimensions.offsety+anchor.dimensions.h tipx=(tipx+tooltip.dimensions.w-scrollLeft>docwidth)? tipx-tooltip.dimensions.w : tipx //account for right edge tipy=(tipy+tooltip.dimensions.h-scrollTop>docheight)? tipy-tooltip.dimensions.h-anchor.dimensions.h : tipy //account for bottom edge $(tooltip).css({left: tipx, top: tipy}) }, showtip:function($, tipindex, e){ var tooltip=this.tooltips[tipindex] if (this.fadeeffect[0]) $(tooltip).hide().fadeIn(this.fadeeffect[1]) else $(tooltip).show() }, hidetip:function($, tipindex, e){ var tooltip=this.tooltips[tipindex] if (this.fadeeffect[0]) $(tooltip).fadeOut(this.fadeeffect[1]) else $(tooltip).hide() }, updateanchordimensions:function($){ var $anchors=$('*[@rel="'+htmltooltip.tipclass+'"]') $anchors.each(function(index){ this.dimensions={w:this.offsetWidth, h:this.offsetHeight, offsetx:$(this).offset().left, offsety:$(this).offset().top} }) }, render:function(){ jQuery(document).ready(function($){ htmltooltip.iebody=(document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body var $anchors=$('*[@rel="'+htmltooltip.tipclass+'"]') var $tooltips=$('div[@class="'+htmltooltip.tipclass+'"]') $anchors.each(function(index){ //find all links with "title=htmltooltip" declaration this.dimensions={w:this.offsetWidth, h:this.offsetHeight, offsetx:$(this).offset().left, offsety:$(this).offset().top} //store anchor dimensions this.tippos=index+' pos' //store index of corresponding tooltip var tooltip=$tooltips.eq(index).get(0) //ref corresponding tooltip if (tooltip==null) //if no corresponding tooltip found return //exist tooltip.dimensions={w:tooltip.offsetWidth, h:tooltip.offsetHeight} $(tooltip).remove().appendTo('body') //add tooltip to end of BODY for easier positioning htmltooltip.tooltips.push(tooltip) //store reference to each tooltip htmltooltip.anchors.push(this) //store reference to each anchor var $anchor=$(this) $anchor.hover( function(e){ //onMouseover element htmltooltip.positiontip($, parseInt(this.tippos), e) htmltooltip.showtip($, parseInt(this.tippos), e) }, function(e){ //onMouseout element htmltooltip.hidetip($, parseInt(this.tippos), e) } ) $(window).bind("resize", function(){htmltooltip.updateanchordimensions($)}) }) }) } } htmltooltip.render()
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 2 × Files: 15
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
tinymce
DIR
-
drwxr-xr-x
2024-11-22 17:53:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
tiny_mce
DIR
-
drwxr-xr-x
2024-11-22 17:53:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
htmltooltip.js
3.14 KB
lrw-r--r--
2024-11-22 17:53:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
jquery-1.2.2.pack.js
28.63 KB
lrw-r--r--
2024-11-22 17:53:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
jquery-1.8.2.min.js
91.25 KB
lrw-r--r--
2024-11-22 17:53:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
jquery-1.9.0.min.js
90.89 KB
lrw-r--r--
2024-11-22 17:53:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
jquery-1.9.1.js
262.09 KB
lrw-r--r--
2024-11-22 17:53:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
jquery-1.10.1.min.js
90.88 KB
lrw-r--r--
2024-11-22 17:53:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
jquery.fancybox-buttons.js
2.97 KB
lrw-r--r--
2024-11-22 17:53:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
jquery.fancybox-media.js
5.18 KB
lrw-r--r--
2024-11-22 17:53:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
jquery.fancybox-thumbs.js
3.75 KB
lrw-r--r--
2024-11-22 17:53:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
jquery.fancybox.js
47.56 KB
lrw-r--r--
2024-11-22 17:53:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
jquery.fancybox.pack.js
22.59 KB
lrw-r--r--
2024-11-22 17:53:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
jquery.mousewheel-3.0.6.pack.js
1.35 KB
lrw-r--r--
2024-11-22 17:53:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
jQuery.print.js
2.27 KB
lrw-r--r--
2024-11-22 17:53:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
jquery.validationEngine-en.js
10.27 KB
lrw-r--r--
2024-11-22 17:53:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
jquery.validationEngine.js
69.20 KB
lrw-r--r--
2024-11-22 17:53:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).