So the jquery code executes when they click on the link? If so, do you have a click event attached to the links and this code is on it?
On Nov 10, 2009 10:46 PM, "Daybreak0" <daybre...@gmail.com> wrote: Joe Here is the Html fom above - I should have continued it into the conversations. HTML Code: <div class="cart-summary"><span id="catCartSummary" quote="False" vertical="False"><table cellspacin... The CSS class of the link <a class="cartSummaryLink" href="/ OrderRetrievev2.aspx?CatalogueID=45965">View Cart</a> is '.cartSummaryLink' The Jquery code is of course $('.cartSummaryLink').val( $(this).val().replace('Cart','My Shopping Bag') $(this) is meant to be equal to 'View Cart' Thanks On Nov 11, 2:05 pm, Joe Moore <joe.lynn.mo...@gmail.com> wrote: > Well, what are you expecting $(t... > On Nov 10, 2009 8:42 PM, "Daybreak0" <daybre...@gmail.com> wrote: > > Joe and Marcel - I see. > > ...