_setData and _getData are only for getting/setting options. The option method delegates out to them.
On Oct 21, 5:26 am, jayarjo <[email protected]> wrote: > I'm trying to get my mind around getter/setter functionality. I > probably do not understand their purpose properly. > > What is the exact difference between setting a property as: > this.someProperty = someValue; and setting it as: this._setData > ('someProperty', someValue); What's the point in other words? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
