var rows = 0; // ... ... this.addToCart = function(curObj, id, params) { ++rows; // ... ... id = ( $.isNumeric(id) ) ? rows + id.toString() : id;