Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7071177
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:39:23+00:00 2026-05-28T05:39:23+00:00

I have set of Jquery-UI-Tabs which contains a save button for each tab. I

  • 0

I have set of Jquery-UI-Tabs which contains a save button for each tab. I want to track if any modification is done in the input fields in these tabs so that I can prompt the user to save the data before closing the application.

My idea is to use Jquery change handler to track modifications. I want to know if this is the best way to do this and if there are any performance disadvantages of using large no. of change event handlers. (I have to use about 40-50 change event handlers).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T05:39:24+00:00Added an answer on May 28, 2026 at 5:39 am

    Yes this approach should work (depending on the specifics of your implementation)

    Regarding performance , do you actually need 40-50 different change handlers? If the logic is the same, you can use event delegation to improve performance. For instance, if all the tabs are in an element with class="tab-container" you could use something like:

    $(".tab-container").on("change", ":input", function(event){
      //some logic here
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a set of jQuery UI tabs that each load project.php using ajax.
so I have this code for tabs in jquery, the href is set to
I have a page containing a set of jQuery tabs. All the tabs point
I am using Jquery UI tabs, and have it set to toggle the opacity
I have a page that uses jQuery tabs to tabify a set of HTML
I am using jQuery UI tabs to have a tab where I can search
I have created the widget in Jquery mobile for Tabs. I want that when
I have some jQuery tabs set up on the right of the page, however
I have a page with multiple tabs(jquery ui tabs) On the last tab I
I'm using the ui-tabs of jQuery. If I open a tab which was closed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.