conflicts with jquery 1.3
Carlitus - October 27, 2009 - 09:33
| Project: | Ubercart Out of stock Notification |
| Version: | 6.x-1.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
The out_of_stock module has conflicts with JQuery Update 6.x-2.x-dev (with jquery 1.3) in the line 78 of uc_out_of_stock.js:
$("form[@id*=uc-product-add-to-cart-form]").each(function(index) {
The javascript error:
[Exception... "'Syntax error, unrecognized expression: [@id*=uc-product-add-to-cart-form]' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "" data: no]

#1
uc_out_of_stock.js belongs to this project.