Skip to content

Add tooltip in each step #3

Description

@yasmanycastillo

Hello, I'm trying to add a tooltip text in each step but I haven't found a way.

This is my code:

//tooltip_state is a dict like {'state_name':'description'}
for (i in tooltip_state) {
    if (states[counter] == i){
        $('tspan').attr({title: i});
    }
 }

Is it possible to make this?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions