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

Affiliate tracking link generator can never work #984

Closed
the1path opened this issue Nov 4, 2013 · 3 comments
Closed

Affiliate tracking link generator can never work #984

the1path opened this issue Nov 4, 2013 · 3 comments

Comments

@the1path
Copy link

the1path commented Nov 4, 2013

The affiliate link generator can never complete because textareas have no value attribute. This should be changed to a normal input type.

Also the select function doesnt apply the label to the input properly but this does:

$('input[name='product']').val(ui.item.label);
$('input[name='link']').val(ui.item.value);

@danielkerr
Copy link
Member

it works fine for me

@the1path
Copy link
Author

the1path commented Nov 5, 2013

http://www.w3schools.com/tags/tag_textarea.asp

No value attribute

@bmelman
Copy link

bmelman commented Nov 5, 2013

@the1path: The value is the content of the tag, not an attribute of the tag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants