.attr being used incorrectly in rpr-login.php
-
rpr-login uses the Jquery .attr and .removeAttr functions to manipulate the user_login and user_email form inputs, but that functionality has been removed since jQuery 1.6 (see https://api.jquery.com/prop/#prop-propertyName). This error breaks the javascript in IE7 or earlier and things like the password indicator, username & email required asterisks don’t work. Replacing .attr with .prop and .removeAttr with .removeProp will address the issue.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘.attr being used incorrectly in rpr-login.php’ is closed to new replies.