jQuery tpTooltip plugin is a plugin that allows you create tooltips on any part that you want for your website/software. Include only one javascript and css document for your html, create your individual pores and skin with the PSD report included (slices are able to post the skin right away), and you’re all set.
Primary Features
- Highly customizable (look at the houses under),
- Skinning supported with a single PSD file,
- integrated 4 default skins (black,red,green,blue),
- static information or dynamic AJAX data loading supported
position: "top", // "best", "left", "bottom", "proper" arrow: "left", // "top", "heart", "backside", "left", "middle", "right" skin: "flat", // currently flat,red,blue and black, you can upload your individual fadeintime: 2 HUNDRED, // timeout for tooltip fade in fadeouttime: 200, // timeout for tooltip fade out showdelay: 200, // tooltip show time (milliseconds) hidedelay: TWO HUNDRED, // tooltip cover extend (milliseconds) offsetx: 0, // tooltip horizontal offset offsety: 0, // tooltip vertical offset ajax: null, // URL to get content material from html: null, // content material HTML objID: null, // content material wrapper item IDENTITY image: null, // image path elementStyle: "", // taste parameters applied to tooltip handler elementClass: null, // magnificence title implemented to tooltip handler onclick:false, // use click on experience rather than mouse enter tooltipOffset : 10, // tooltip show animation offset animateTooltip : true, // animated display or direct display selector alwaysvisible: fake // tells if tooltip have to be all the time visual
how you can set up
Append those lines among your html document’s ”<head></head>” tags: <script src="lib/jquery.tptooltip.js" sort="text/javascript"></script> <hyperlink rel="stylesheet" href="kinds/jquery.tptooltip.css"></hyperlink> after which this code will add tooltip to your ”.tooltip” classed components: <script> $(".tooltip").tptooltip(html:"I have a tooltip"); </script>FULL DOWNLOAD
No comments:
Post a Comment