Removed dependency (which was never actually in .info) on Jquery Update module by removing namedspaced binding, which was causing problems like #355558 and #336350
fixed IE compatability issue with radio button attributes
fixed selected index calculation for required attributes
added code to prevent module from trying to work on products with no price affecting attributes
Reports on ubercart.org revealed that a product with multiple select or radio button attributes was not behaving properly. Found and fixed the problem of misusing jquery and actually setting the name on form elements instead of filtering by it.