HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/bwcdev/wp-content/plugins/calculated-fields-form/templates/07/js.js
fbuilderjQuery( window ).on( 'load', function(){
	var $ = fbuilderjQuery;
	$( 'form.cp_cff_minimalist' ).each(
		function()
		{
			var f = $(this);
			if($('.pbreak', f).length > 1)
			{
				var ps = $('.pbreak', f),
					t = ps.length;

				ps.each(function(i){
					var p = $(this);
					if(p.find('.wizard-progressbar').length != 0) return;
					p.prepend('<div><div class="wizard-progressbar"><div class="wizard-progressbar-value" style="width:'+((i+1)/t*100)+'%"></div></div></div>');
				});
			}
		}
	)
});