You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By replacing the $( with jQuery( I was able to get the plugin working. I'm pretty new to all of this, so it could just be a problem on my end with all the plugins that I am using at the same time, but I think this is a bug.
It can be fixed just by doing find/replace.
Hope I was helpful,
Ryan
The text was updated successfully, but these errors were encountered:
Inside of the functions listed below, the $ is used instead of jQuery. This has caused me some problems on my site.
jQuery.validator.addMethod("skip_or_fill_minimum"
jQuery.validator.addMethod("require_from_group"
jQuery.validator.addMethod("accept"
By replacing the $( with jQuery( I was able to get the plugin working. I'm pretty new to all of this, so it could just be a problem on my end with all the plugins that I am using at the same time, but I think this is a bug.
It can be fixed just by doing find/replace.
Hope I was helpful,
Ryan
The text was updated successfully, but these errors were encountered: