jQuery(document).ready(function () { "use strict"; $(':password').pwstrength({ ui: { bootstrap2: true } }); });
Go back