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

Realtime check for available shortlink #379

Closed
wants to merge 7 commits into from
Closed

Realtime check for available shortlink #379

wants to merge 7 commits into from

Conversation

tdtgit
Copy link
Contributor

@tdtgit tdtgit commented Oct 26, 2017

  • Enable shortlink auto check when users type to .custom-url-field
  • Remove .check-link-availability button

polr

* Enable shortlink auto check when users type to `.custom-url-field`
* Remove `.check-link-availability` button
}
});
var timeoutId;
$('.custom-url-field').keyup(function (){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should wait until the user has finished typing before checking if it is available.
I've used the typewatch jquery plugin before for this purpose.

Copy link
Contributor Author

@tdtgit tdtgit Oct 28, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay I will update this PR soon.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated @overint

@overint
Copy link
Contributor

overint commented Mar 27, 2018

Any thoughts @cydrobolt?

@tdtgit tdtgit changed the title Realtime check available shortlink Realtime check for available shortlink Mar 27, 2018
@tdtgit tdtgit closed this Aug 30, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants