Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

js/input.js: Repeater field and jQuery #5

Closed
soderlind opened this issue Apr 8, 2013 · 0 comments
Closed

js/input.js: Repeater field and jQuery #5

soderlind opened this issue Apr 8, 2013 · 0 comments

Comments

@soderlind
Copy link

The following doesn't work in a repeater field:

    $(document).live('acf/setup_fields', function(e, postbox){
        $(postbox).find('.time_picker').each(function(){

This does:

    $(function() {
        $(".field").on("focusin", "input[type=text].time_picker",  function(){
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants