-
Notifications
You must be signed in to change notification settings - Fork 15
How restart slugify after edit column slug #15
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
Comments
Sorry - I do not quite understand the use case here. Can you create a plunkr (http://plnkr.co/) with a minimal use case? |
Sorry my bad english |
fix #15, empty targets cannot be locked
@Iyongbudiarso Thanks for the cool video 👍 I blindly fixed the issue - since I assumed that it was due to the fact, that the content of your modal is not destroyed when you click away when the modal closes. Whenever you change the slugified field yourself - altering the source will have no effect on the slugified field. This is done by setting a .data field like I commited a test and a fix into Since I am not sure how you include the script: You can use the latest master for testing or: https://cdn.rawgit.com/madflow/jquery-slugify/master/dist/slugify.min.js Please test my changes if this resolves your issue. Maybe I missed something... |
Thats perfect. ok @madflow thanks for the advice 🥇 My problem is solved. For information i setting Thank you |
That slugify is in modal, after I edit column slugify and I open again modal, that slugify not automatically again. So, how to restart that slugify again?
My code is like this
Thank you
The text was updated successfully, but these errors were encountered: