Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

livequery is not working with WordPress 5.6  #23

@mswebworld

Description

@mswebworld

I am using livequery 1.3.6. When I updated WordPress 5.6+ version, it doesn't work. Can you help me to fix the issue. I am using in my javascript function like below code

$('#my-popup').livequery( function() {
        swms.load();
        $('#my-popup').closest('#TB_window').addClass('my-shortcodes-popup');

        // activate color picker
        $('.wp-color-picker-field').wpColorPicker({
            change: function(event, ui) {
                setTimeout(function() {
                    swms.loadVals();
                    swms.cLoadVals();
                },
                1);
            }
        });
    });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions