-
Notifications
You must be signed in to change notification settings - Fork 34
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
Adding addNewPins()
(or update) method.
#4
Comments
addNewPins()
(or update) method.
@andrei-gheorghiu Check this out: 4ae6971 If you can run the demo locally, run Thanks for your contribution! |
Also, going to rewrite it with ES2015 and add more use cases! |
@mystist Thanks for adding the method. You rock, man. Keep it up! |
请问分页时候的数据怎么添加,我这样写$( “#另一个模板”)追加(informArr);另一种模板模板有数据,但不会更新到页面,一闪一闪的 |
I like, appreciate and use the script.
On using it for this particular case I was looking for a method to add new pins after the initial calculation, without changing or affecting the ones that have already been parsed/placed. I toyed with it for a bit over an hour, trying to call the necessary internal functions but, in my case, the resulting pins were wider and not wrapping correctly. I eventually gave up.
Let me know if you ever end up adding such a method.
Thank you.
The text was updated successfully, but these errors were encountered: