Support Forums

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Check if reset button is clicked

Viewing 3 posts - 1 through 3 (of 3 total)
  • Noeste IJver
    #242596

    Is there a way to see if the reset button is clicked when using the sf:ajaxstart in jQuery?

    Trevor Moderator
    #242613

    I am not sure. I will need to refer this to the plugin developer, Ross, for his input.

    Ross Moderator
    #242619

    Hi Kevin, it’s not possible to get that data directly from the event.

    What I would do is, capture the click of that button, and record that in a variable like – resetClicked = true

    Then in sf:ajaxstart – you can check if resetClicked is true, and do what you need to do (don’t forget to set resetClicked to false in sf:ajaxstart once you have done what you need to do.

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.