JQuery mask in a form that is inside a lightbox
I have to make a jQuery mask work in a form that is inside a lightbox. This lightbox is rendered inside a div that opens on its own page that makes the call.
I've already put the script inside the page containing the ajax form that calls the lightbox. But the mask is not applied.
I'm using livequery plugin, and it works well with other ajax forms in the project.
What should I do to this jQuery mask works inside the lightbox?