File "form-end.php"
Full Path: /home/jlklyejr/public_html/post-date/wp-content/plugins/flexible-shipping/vendor_prefixed/wpdesk/wp-forms/templates/form-end.php
File size: 338 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace FSVendor;
/**
* 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>
<?php