Hello,
Our slightly customized Close button Inner html does not work. It used to, but no longer does even though we've made no changes - should say "Close Window" but only says "Close". Iv'e been through the code very carefully, but cannot figure out why this stopped working.
This is not such a big deal, except that when we try adding either jQuery("#tdPmnt").attr("innerHTML",
or jQuery("#tdSell").attr("innerHTML", lines of text neither of these work either. We'd like to add a text message to our cart.
Also, is there any way to get rid of the gray "Checkout:" text?
thank you.
here is our code below.
<script type="text/javascript" language="javascript">// <![CDATA[
function EJEJC_lc(th) { return false; }
function EJEJC_config() { EJEJC_POSTCALL=true; }
function EJEJC_shown() {
jQuery("#btnPP").attr("src", "http://www.readerdock.com/wp-content/uploads/2012/03/checkout-paypal.png");
jQuery("#imgHeader").attr("src", "http://www.readerdock.com/wp-content/uploads/2012/03/cart-header.png");
jQuery("#EJEJC_closeWindowButton").attr("innerHTML", "<b>Close Window</b>");
}
// ]]></script>
<script type="text/javascript" src="http://www.e-junkie.com/ecom/box.js"></script>