progressStep icon indicating copy to clipboard operation
progressStep copied to clipboard

A jQuery plugin that dynamically renders a progress bar with numbered steps.

Results 3 progressStep issues
Sort by recently updated
recently updated
newest added

Repeated calls to `refreshLayout` continuously moves the progress bar down. Commenting out this line stops the bar from moving down continuously: https://github.com/mateagar/progressStep/blob/master/progressStep.js#L245 Is that line necessary? Do the height and...

Hello, I'm trying to add a tooltip text in each step but I haven't found a way. This is my code: ``` javascript //tooltip_state is a dict like {'state_name':'description'} for...

Adds the ability to set the stroke-width of the circles and the connectors from index.html without the designer having to go through the javascript file Updates the README.md file with...