Mask not reapplied on page load

Mask not reapplied on page load

I am using jQuery in a .Net web app. In my app, there are some controls that cause a page load and this causes the formatting for my phone textbox to be lost. How can I apply a mask to my textbox and have it stay applied on postbacks?

I have this phone mask as the first line inside my script tags.

  1. $(".jqcPhoneMask").mask({ mask: "(###) ###-####" });