I got this error after 2 lines of simple codes to set a SELECT value to a variable:
Use of attributes' specified attribute is deprecated. It always returns true
Code:
var strMe = $("#o_productCategory").val();
alert(strMe);
No error message occurs when I use o_productCategory.value;
but somehow it doesn't works in different browsers.