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 3943056
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T00:44:13+00:00 2026-05-20T00:44:13+00:00

I am wondering which way is more efficient using jQuery data to bind data

  • 0

I am wondering which way is more efficient using jQuery data to bind data for object or using this kind of object. I am trying to create some kind of model for my app. Here is the object code

var PersonData = function () {
    var that = {},
        _name = 0,
        _age = 0.0,
        _domId = false;

    that.data = initData();

    //This is for initing data from options
    function initOptions () {
        return {
            name: _name,
            age: _age,
            domId: _domId
        }
    }

    that.setName = function (name) {
        that.data.name = name;
    }

    that.getName = function () {
        that.data.name;
    }

    // I forgot to add dom id, now there is id for binding
    that.setDomElementId = function (id) {
        that.data.domId = id;
    }

    //Add getters and setter

    return that;
}

Thanks for your opinions

By the way is there good plugin for generating getters and setters in textmate for javascript

  • 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-20T00:44:13+00:00Added an answer on May 20, 2026 at 12:44 am

    jQuery’s .data() is for attaching data to DOM elements. If you’re not touching the DOM, then don’t touch .data().

    Also, I don’t think the kind of encapsulation you’re going for is worthwhile in JavaScript (unless you require it to detect data read/writes). Especially if you’re concerned about performance, directly accessing objects’ properties is a much better option. JavaScript is a dynamic language, embrace it 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was wondering which is a better/faster/more efficient way of turning arbitrary strings into
I've been wondering this for some time. As the title say, which is faster,
I am currently coding a simple Data Access Layer, and I was wondering which
I was wondering if it which is faster when trying to, for example, check
Just wondering which is faster: DELETE FROM table_name WHERE X='1' DELETE FROM table_name WHERE
I was wondering which was better: $lookup = array( a => 1, b =>
I'm just getting started/familar with Subversion and was wondering which protocol gives the best
Just wondering what people think is the best practice when implementing an IValueConverter which
I was wondering if there is a native C++ (or STL/Boost) function which will
i am changing my hardware which currently runs Win XP and i am wondering

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.