E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2013, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Mon, 8 Jun 2009 23:34:41 GMT Sat, 18 May 2013 14:55:50 GMT 681 E-JUNKIE 5 E-Junkie Forum http://www.e-junkie.com/bb/ http://www.e-junkie.com/ej/logo.gif 290 104 Post #4 http://www.e-junkie.com/bb/topic/2939/pg/0#post10278 http://www.e-junkie.com/bb/topic/2939/pg/0#post10278 Mon, 8 Jun 2009 23:34:41 GMT
Best,
Amy T

http://www.zippycart.com - Find and Compare Shopping Carts Online]]>
E-junkie Discussions; AmyT
Post #3 http://www.e-junkie.com/bb/topic/2939/pg/0#post10278 http://www.e-junkie.com/bb/topic/2939/pg/0#post10278 Thu, 30 Oct 2008 15:13:24 GMT
The following code will remove the event:

<code>
jQuery("input:checkbox").attr("onchange" , "");
</code>

The "input:checkbox" targets all of the check boxes and "attr" manipulates the onchange attribute.]]>
E-junkie Discussions; Doors
Post #2 http://www.e-junkie.com/bb/topic/2939/pg/0#post10278 http://www.e-junkie.com/bb/topic/2939/pg/0#post10278 Wed, 22 Oct 2008 03:45:00 GMT
<code>
onchange="document.getElementById('btnUpdtCart').style.background='#FFFF99';"
</code>

All of the above refers to code put in to the checkout button (between the script tags) - the 'EJEJC_shown' function.]]>
E-junkie Discussions; Doors
Post #1 http://www.e-junkie.com/bb/topic/2939/pg/0#post10278 http://www.e-junkie.com/bb/topic/2939/pg/0#post10278 Tue, 21 Oct 2008 08:57:57 GMT
<code>
jQuery("input#remove_array[0]").unbind();
</code>

I'm not sure if this is the correct usage as I relatively new to jquery but it seems like it would do the trick. I have also tried a number of alteration on this such as

<code>
jQuery("#remove_array[0]").unbind();
</code>

<code>
jQuery("input").unbind("change");
</code>

The list goes on. I tried a load of different statements - for a couple of fun filled hours on the firebug console;-)]]>
E-junkie Discussions; Doors