Skip to content

How to forcibly mark the form as dirty #134

Description

@TNBobbie

Hello,

I have a form loaded which is clean. Now, due to certain conditions, up on clicking a button, the entire page reloads with some additional text boxes on the page. At this point, is there a way to treat it as dirty & raise the popup?

I tried using the following, but that doesn't seem to do the trick.
$('#aspnetForm').trigger('checkform.areYouSure');
$('#aspnetForm').trigger('rescan.areYouSure');

Thanks
Bobby

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions