I've tried many things and nothing seems to work.

Here's the url that opens the thickbox:

http://x/test/index.cfm?height=422&width=465&productID=9&TB_iframe=true&KeepThis=true

Here's a few things that I've tried in this thickbox window that don't
work:

console.log($(this).parent('#numberofCartItems').text());
$(this).('#numberofCartItems',parent).empty();
$('#numberofCartItems',parent).empty();
$('#numberofCartItems').empty();
$('#numberofCartItems').parent().empty().append("1");
console.log($('span:contains("3")').text());
console.log($(this).parents('div'));

Reply via email to