UpdateTargetId and MaskEdit

UpdateTargetId and MaskEdit

Hello everybody! first of all i´m from Brazil and my english isn´t good, but let me try explain my problem.
 
I´m using asp.net MVC. I have a page with many partialViews, something like this:
 
Page
      for each item in model
            Div id=Blah
                  PartialView
                        Form with UpdateTargetId = Blah
                  /PartialView
            /div
      next
/Page
 
My PartialView has many input:Text with the plugin meioMask (Mask for textbox). When i submit my form my plugin stop working.
Can anyone help me please?