views:

10

answers:

0

Hey I am having a problem getting my $(function () { to run after page load in asp with multiviews. I have a masked input for the text fields which just point to the textfields so they work. however when I am doing my conditional validation on various properties within different views. do I have to split up my view? right now I am calling $("#aspnetForm").validate for all information no matter what view it is in. Do I have to select the specific view itself and split this up?