Skip to content
Snippets Groups Projects
Select Git revision
  • 3fe12844ffb30cf8f2318edc8df74fb4b794bd53
  • main default protected
  • v0.10
  • 0.10.6
  • 0.10.5
  • 0.10.4
  • 0.10.3
  • 0.10.2
  • 0.10.1
  • 0.10.0
  • 0.9.1
  • 0.9.0
12 results

I18n.php

Blame
  • form-end.php 310 B
    <?php
    /**
     * Form ending with hoverable tip snippet in js.
     */
    
    ?>
    </tbody>
    </table>
    </form>
    
    <script type="text/javascript">
    	(function($) {
    		$( '.tips, .help_tip, .woocommerce-help-tip' ).tipTip( {
    			'attribute': 'data-tip',
    			'fadeIn': 50,
    			'fadeOut': 50,
    			'delay': 200
    		} );
    	})(jQuery);
    </script>