Skip to content

Commit

Permalink
Merge pull request #20 from kprajapatii/master
Browse files Browse the repository at this point in the history
Conditional fields scripts added - ADDED
  • Loading branch information
Stiofan authored Aug 23, 2021
2 parents 9e1b973 + 8e0bdc4 commit faccc1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-super-duper.php
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ function sd_so_init_widget($this, $selector) {
}

// show hide on form change
jQuery(form).change(function () {
jQuery(form).on("change", function () {
sd_so_show_hide(form);
});

Expand Down Expand Up @@ -1153,7 +1153,7 @@ function sd_init_widget($this, $selector) {
}

// show hide on form change
jQuery(form).change(function () {
jQuery(form).on("change", function () {
sd_show_hide(form);
});

Expand Down

0 comments on commit faccc1d

Please sign in to comment.