Adds the specified CSS class to all elements in the collection and returns the collection.
var rect = Pablo.rect();
rect.addClass('ringo');
alert(rect.attr('class')); // 'ringo'
Adds the specified CSS class to all elements in the collection and returns the collection.
var rect = Pablo.rect();
rect.addClass('ringo');
alert(rect.attr('class')); // 'ringo'
Painting is just another way of keeping a diary.Pablo Picasso