var d = $('#elm'); d.color('red'); // do some stuff here. d.text('new text');
var $d = $('#elm'); $d.color('red'); $d.text('new text');