Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    Finally Ajax tooltips that just work! The much requested feature to have Ajax support on tooltips has been implemented with this release. No longer will you need to use workarounds to get this done, a solid implementation is now available that works with all the different types of tooltips. The Prototip website has more details on this update.

    --
    Nick

    *1.3.0* (April 15, 2008)

    * Added Ajax tooltips [S. Schönberg]

    * Updated CSS and added Ajax loader with it's gif animation.

    * Improvements to the effect part, preventing flicker.

    * Moved the hooking concept to Tips#hook
    Example: Tips.hook(element, target, {
    element: 'topLeft',
    target: 'bottomRight'
    });
    This makes individual tips smaller and allows to hook any element with minimum calculation.

    * Using event delegation on the close button. Anything you push in with the class 'close'
    will automatically become a custom close button.
    • CommentAuthorjurglic
    • CommentTimeApr 18th 2008
     
    Hello, I've tried Tips.hook like in the example, but I get error message element is not defined... is it a bug or am I doing something wrong?
    • CommentAuthorjurglic
    • CommentTimeApr 20th 2008
     
    Hello!

    I've just found out, that ajax tips don't work in IE7... Some heavy js error happens, explorer says "Operation aborted", and page isn't even shown.

    Can you please try to make it work in IE7? Thanks,

    And keep up the good work, it's a great component!

    Greetings,
    URos
  2.  
    jurglic: See the demonstration, it works fine in IE7. You are probably trying to load from a static page (html), the default 'post' method doesn't work on it. Use 'get' instead, see the Advanced section on ajax options to learn how that's done, or better, don't use a static page.

    I'm closing this thread, this is not the place for usage questions, create a seperate thread for that please.