Hi Guys.
How could I edit the following line <i id="gkCartCounter">( 0 )</i> in HTML?
I want to get rid of the <i> tag and parenthesis from ( 0 ).
Regards
document.id('gkCartCounter').set('text', '(' + text + ')');
document.id('gkCartCounter').set('text', text );