¡@

Home 

2014/10/16 ¤W¤È 12:09:29

jquery Programming Glossary: tiempo_espera

Convert this custom JQuery tooltip script into a Jquery plugin

http://stackoverflow.com/questions/7256622/convert-this-custom-jquery-tooltip-script-into-a-jquery-plugin

con el contenido HTML a mostrar por el tooltip var tiempo_espera 0 tiempo que el tooltip esperará a desaparecer una vez el raton.. tip.html new_content if typeof t 'undefined' reiniciamos tiempo_espera clearTimeout t tip .css colocamos el tooltip según el ratón.. 2 ajuste_top 'px' selector .mouseout function añadimos tiempo_espera por si el usuario se sale sin querer t setTimeout ' tooltip..

Convert this custom JQuery tooltip script into a Jquery plugin

http://stackoverflow.com/questions/7256622/convert-this-custom-jquery-tooltip-script-into-a-jquery-plugin

elemento que activará el tooltip var tooltip '.miTooltip' elemento con el contenido HTML a mostrar por el tooltip var tiempo_espera 0 tiempo que el tooltip esperará a desaparecer una vez el raton se salga del disparador var seguir_raton true booleana que.. right span span class bottom span ' alert new_content tip.html new_content if typeof t 'undefined' reiniciamos tiempo_espera clearTimeout t tip .css colocamos el tooltip según el ratón y el tamaño del tooltip left e.clientX tip .width 2 ajuste_left.. tip .width 2 ajuste_left 'px' top e.clientY tip .height 3 2 ajuste_top 'px' selector .mouseout function añadimos tiempo_espera por si el usuario se sale sin querer t setTimeout ' tooltip ' .fadeOut fade_time tiempo_espera script It has some variables..