Title: missing jquery-datepicker dependencies
Last modified: September 11, 2026

---

# missing jquery-datepicker dependencies

 *  Resolved [olivM](https://wordpress.org/support/users/olivm/)
 * (@olivm)
 * [1 week ago](https://wordpress.org/support/topic/missing-jquery-datepicker-dependencies/)
 * the wp_repeater.js script is missing jquery-ui-datepicker dependency, resulting
   in a error 
   `$element.datepicker is not a function`
 * `wp_enqueue_script('gf_repeater', SUPERADDONS_GF_REPEATER_PLUGIN_URL . "libs/
   wp_repeater.js", array('jquery', 'jquery-ui-datepicker', 'gform_masked_input'),
   time());should be
   wp_enqueue_script('gf_repeater', SUPERADDONS_GF_REPEATER_PLUGIN_URL."
   libs/wp_repeater.js", array('jquery', 'jquery-ui-datepicker', 'gform_masked_input'),
   time());patch for version 3.1.0
 *     ```wp-block-code
       diff --git a/wp-content/plugins/repeater-for-gravity-forms/add_on.php b/wp-content/plugins/repeater-for-gravity-forms/add_on.phpindex e9aa7e82..584e4b64 100644--- a/wp-content/plugins/repeater-for-gravity-forms/add_on.php+++ b/wp-content/plugins/repeater-for-gravity-forms/add_on.php@@ -106,7 +106,7 @@ class Superaddons_Grepeater_Field_Addon extends GFAddOn{        if ( ! wp_script_is( 'gform_masked_input', 'registered' ) ) {            wp_register_script( 'gform_masked_input', SUPERADDONS_GF_REPEATER_PLUGIN_URL . 'libs/jquery.maskedinput.min.js', array( 'jquery' ), '1.3.1', true );        }-       wp_enqueue_script( 'gf_repeater', SUPERADDONS_GF_REPEATER_PLUGIN_URL . "libs/wp_repeater.js", array( 'jquery', 'gform_masked_input' ), time() );+       wp_enqueue_script('gf_repeater', SUPERADDONS_GF_REPEATER_PLUGIN_URL . "libs/wp_repeater.js", array('jquery', 'jquery-ui-datepicker', 'gform_masked_input'), time());        $check_pro = get_option( '_redmuber_item_1540' );        wp_localize_script( "gf_repeater", "yeeaddons_gf_repeater_data", array( "input_mask" => ( $input_mask ), "pro" => $check_pro ) );    }
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Rebecca](https://wordpress.org/support/users/yeeaddons/)
 * (@yeeaddons)
 * [5 days, 5 hours ago](https://wordpress.org/support/topic/missing-jquery-datepicker-dependencies/#post-19019177)
 * Hello olivM,
 * We have fixed it. Could you update the plugin and check again?
 * Thank you so much
 *  Thread Starter [olivM](https://wordpress.org/support/users/olivm/)
 * (@olivm)
 * [5 days, 4 hours ago](https://wordpress.org/support/topic/missing-jquery-datepicker-dependencies/#post-19019217)
 * ![](https://i0.wp.com/gitlab.com/MahiMahi/patches/-/raw/9e458ce7b20886da915c08e3071e70534a746208/
   gravity-forms-repeater-fields/Screenshot_2026-09-14_at_08.12.37.png?ssl=1)
 * Ok, the js error is solved with 3.1.1, but now the repeater plugin seems to try
   adding a second datepicker to existing one…
 *  [Rebecca](https://wordpress.org/support/users/yeeaddons/)
 * (@yeeaddons)
 * [5 days, 4 hours ago](https://wordpress.org/support/topic/missing-jquery-datepicker-dependencies/#post-19019221)
 * Hi,
 * You can submit a new support ticket here:
 * [https://add-ons.org/supports/](https://add-ons.org/supports/)
 * Our support team will help you fix the issue.
   Thank you

Viewing 3 replies - 1 through 3 (of 3 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmissing-jquery-datepicker-dependencies%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/repeater-for-gravity-forms/assets/icon-128x128.png?rev=3084582)
 * [Repeater Fields for Gravity Forms](https://wordpress.org/plugins/repeater-for-gravity-forms/)
 * [Support Threads](https://wordpress.org/support/plugin/repeater-for-gravity-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/repeater-for-gravity-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/repeater-for-gravity-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/repeater-for-gravity-forms/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Rebecca](https://wordpress.org/support/users/yeeaddons/)
 * Last activity: [5 days, 4 hours ago](https://wordpress.org/support/topic/missing-jquery-datepicker-dependencies/#post-19019221)
 * Status: resolved