That pattern again 

// construct an object
var data = new ServerSync(this, options)

// attach it to the DOM node
$(this).data('serverSync', data)

// retrieve it from the DOM node
var data = $this.data('serverSync')

// call a method on the object
if(typeof option == 'string') data[option]()