Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

feature dynamic scoreName #5

Open
@opan

Description

@opan

Hey Jacob, thanks for this great plugin.
i want to ask if there's already feature like this? Because i just forked this repo, and make little change.

_createScore: function() {
      var scoreName = this.opt.scoreName;
      if (typeof scoreName === 'function'){
        scoreName = this.opt.scoreName();
      }
      return $('<input />', { type: 'hidden', name: scoreName }).appendTo(this);

i hope this maybe help someone. thank you

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