call function and pass in parameter
}
}
$(document).ready(function ($) {
- $('input[name=agreecheck]').click(function(){
- agreesubmit($(this));
+ $('input[name=agreecheck]').click(function(el){
+ agreesubmit(el);
});
});
;// Load foundation
}
}
$(document).ready(function ($) {
- $('input[name=agreecheck]').click(function(){
- agreesubmit($(this));
+ $('input[name=agreecheck]').click(function(el){
+ agreesubmit(el);
});
});
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for CharlevoixPublicLibrary
-Version: 1.0.2
+Version: 1.0.3
*/