app/soc/content/js/tips-081027.js
changeset 2025 e44de18a2f5d
parent 1018 02ffb446da6e
equal deleted inserted replaced
2024:43e5b515b71d 2025:e44de18a2f5d
     7       // Set up event handlers
     7       // Set up event handlers
     8       .bt({trigger: ['helperon', 'helperoff'],
     8       .bt({trigger: ['helperon', 'helperoff'],
     9              titleSelector: "parent().parent().attr('xtitle')",
     9              titleSelector: "parent().parent().attr('xtitle')",
    10              killTitle: false,
    10              killTitle: false,
    11              fill: 'rgba(135, 206, 250, .9)',
    11              fill: 'rgba(135, 206, 250, .9)',
    12              positions: ['bottom', 'top', 'right'],
    12              positions: ['bottom', 'top', 'right']
    13           })
    13           })
    14       .bind('focus', function() {
    14       .bind('focus', function() {
    15                 $(this).trigger('helperon');
    15                 $(this).trigger('helperon');
    16               })
    16               })
    17       .bind('blur', function() {
    17       .bind('blur', function() {