projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
632c5ea
)
Need to pass $ to functions
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 24 Jul 2019 15:22:40 +0000
(11:22 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 24 Jul 2019 15:22:40 +0000
(11:22 -0400)
For setting up jQuery using $
views/ui/f6/form-start.html
patch
|
blob
|
history
diff --git
a/views/ui/f6/form-start.html
b/views/ui/f6/form-start.html
index
9e4084a
..
a917c5f
100644
(file)
--- a/
views/ui/f6/form-start.html
+++ b/
views/ui/f6/form-start.html
@@
-26,7
+26,7
@@
</div>
{if !empty($ui.validateFocusMsg)}
<script>
- jQuery(document).ready(function(){
+ jQuery(document).ready(function(
$
){
$(document).on( 'forminvalid.zf.abide', function( ev, frm ) {
console.log( 'forminvalid' );
$("html, body").animate({ scrollTop: $('#validateMessage{if !empty($ui.validateID)}_{$ui.validateID}{/if}').offset().top }, 500);