I have set the 'contuinue shopping' button with my own background image (using jquery). The check boxes on the shopping cart have an onchange event which changes the background-color and removes my image. I have tried to unbind the event with
<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;-)
created
Oct '08
last reply
Jun '09
- 3
replies
- 1.8k
views
- 2
users
- 1
link