jQuery(document).ready(function () { "use strict"; var options = {}; options.ui = { bootstrap3: true, container: "#pwd-container", showVerdictsInsideProgressBar: true, viewports: { progress: ".pwstrength_viewport_progress" }, progressBarExtraCssClasses: "progress-bar-striped active" }; options.common = { debug: true, onLoad: function () { $('#messages').text('Start typing password'); } }; $(':password').pwstrength(options); });