Quote:
Originally Posted by Coders Shack
4.0.0 was coded using jQuery, it would take 1 line to disable all autcompletes
Code:
$("input").attr("autocomplete","off");
also if your into JS i would totally recommend jQuery.
|
Oh... nice.
I never checked your source code otherwise I'd never have bothered finding that old article.

I use jQuery myself, but I tend not to use it with vBulletin because it still somehow causes too many issues, even with noConflict mode set.
I guess jQuery wouldn't harm register.php any, though.
(Here's to hoping 3.7 resolves any issues with JS libraries *crosses fingers*)