Updating Progressbar1

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
CosmickGold
 
 
Posts: 29
Joined: Thu May 12, 2016 6:31 pm
Location: Arlington, Texas
Contact:

Updating Progressbar1

Post by CosmickGold »

How can I update the position of the progress bar?
In the developer properties window, changing "Value" instantly updates the bar's display.
But running the javascript line:

Code: Select all

 document.getElementById('Progressbar1').Value = 75;
does nothing I can see.
What does my javascript line need to say?
My contact info: WebViews.us@gmail.com
User avatar
Pablo
 
Posts: 23488
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Updating Progressbar1

Post by Pablo »

You can find the documentation here:
https://api.jqueryui.com/progressbar/#option-value
User avatar
CosmickGold
 
 
Posts: 29
Joined: Thu May 12, 2016 6:31 pm
Location: Arlington, Texas
Contact:

Re: Updating Progressbar1

Post by CosmickGold »

Thank you, Pablo.

The line:

Code: Select all

$( "#Progressbar1" ).progressbar({ value: 37 });
works perfectly for me. ;)
My contact info: WebViews.us@gmail.com
Post Reply