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
Description
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
Labels
No labels