Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update widget page to describe correct getter function #456

Conversation

thcipriani
Copy link
Contributor

Previously page described use of option method as:

var bar = $( "<div />")
    .appendTo( "body" )
    .progressbar()
    .data( "progressbar" );

bar.option( "value"); // Setter

This correction describes the usage of the option method as:

var bar = $( "<div />")
    .appendTo( "body" )
    .progressbar()
    .data( "progressbar" );

bar.option( "value"); // Getter

@scottgonzalez
Copy link
Member

Thanks, can you please sign our CLA?

@thcipriani
Copy link
Contributor Author

@scottgonzalez 👍

@scottgonzalez
Copy link
Member

Thanks. It's being deployed right now.

arthurvr pushed a commit to arthurvr/learn.jquery.com that referenced this pull request Jan 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants