This topic contains 2 replies, has 2 voices, and was last updated by  punkrack 11 years, 5 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • trigger : 'focus' not working #24724

    punkrack
    Participant

    Here is sample code :

    $(“#str-action-parametres”).jqxTooltip({ content: ‘The Amazing Spider-man’, position: ‘right’, name: ‘movieTooltip’, autoHide: false, trigger: ‘focus’, showDelay: 1000, theme: jqw_theme });

    Just for fun, my element is a span (#str-action-parametres). I tried in on a div and input text, still not working.

    trigger : ‘click’ and ‘hover’ is working…

    Thanks in advance for checking it out…

    trigger : 'focus' not working #24752

    Dimitar
    Participant

    Hello punkrack,

    The “focus” trigger is no longer supported, but the documentation has not been updated accordingly. We are sorry about the inconvenience.

    To get the focus effect, please set the trigger property to “hover” and the showDelay property to a desired period of time (e.g. 1000).

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    trigger : 'focus' not working #24946

    punkrack
    Participant

    ok thanks, it’s working now!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.