I've an error with JQuery on the first line of :
$('select#operation option:selected').each(function() {
parent_value = $(this).val();
});
I got an other error with /jquery-1.5.1.js on line 3539 :
if ( (match = Expr.leftMatch[ type ].exec( expr )) != null && match[2] ) {
Everything i working on FF, Chrome and Safari but i got errors on IE.
The errors are : "Object doesn’t support this property or method"