Thanks @arunpatidar. I have tried it and found working. Pasting full code that worked for me. (function ($, $document) {
"use strict";
$document.on("dialog-ready", function (e) {
let expFragmentField = $("#xfPicker");
if (expFragmentField && expFragmentField.length > 0) {
...