Posted in

BubbleTip para mostrar bocadillos con explicaciones

Ejemplo:

$('#numero_finca').bubbletip($('#tip1_up'), {
odeltaDirection: 'top',
obindShow: 'focus',
obindHide: 'blur'
o});
Número de finca <input id="numero_finca" class="oficina" type="text" /></pre>
<div id="tip1_up" style="display: none;">
<pre class="tip">*Sección-finca/Subfinca (p.e. 1-1230/B)</pre>
</div>
<pre>

Opciones:

positionAt: element(default) | body | mouse » the tip location type
positionAtElement: » the element to anchor the tip at (e.g. $(‘#target’)); leave blank to anchor to the trigger; requires positionAt: element;
offsetTop: 0 » offset the vertical position
offsetLeft: 0 » offset the horizontal position
deltaPosition: 30 » the distance the tip will travel during animation
deltaDirection: up(default) | down | left | right » the direction the tip will animate
animationDuration: 250 » the animation duration
animationEasing: swing(default) | linear » standard animation easing
bindShow: mouseover(default) | focus | click | … » the bind event(s) to show the tip
bindHide: mouseout(default) | blur | … » the bind event(s) to hide the tip
delayShow: 0 » the time in ms to delay showing the tip
delayHide: 500 » the time in ms to delay hiding the tip
calculateOnShow: false » recalculate the position prior to showing

bubbletip

Deixa un comentari

L'adreça electrònica no es publicarà. Els camps necessaris estan marcats amb *


The reCAPTCHA verification period has expired. Please reload the page.