Skip to content
Snippets Groups Projects
Select Git revision
  • 935f2b013e2103f7f4f0cb091878403deb8e563c
  • master default protected
  • feat/message-handling
  • feat/request-id
  • 1.13.2
  • 1.13.1
  • 1.13.0
  • 1.12.1
  • 1.12.0
  • 1.11.0
  • 1.11.0-beta2
  • 1.11.0-beta1
  • 1.10.2
  • 1.10.1
  • 1.10.0
  • 1.9.0
  • 1.8.0
  • 1.7.4
  • 1.7.3
  • 1.7.2
  • 1.7.1
  • 1.7.0
  • 1.6.2
  • 1.6.2-beta2
24 results

WPCapture.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>