lesterchan / wp-polls

Adds an AJAX poll system to your WordPress blog. You can also easily add a poll into your WordPress's blog post/page.
https://wordpress.org/plugins/wp-polls/
93 stars 78 forks source link

Ajax request in parallel with animation #17

Closed nodecode closed 10 years ago

nodecode commented 10 years ago

The Ajax request should run parallel to the animation, not after the animation is complete. Otherwise it will take longer to be the results displayed.

lesterchan commented 10 years ago

Thanks for this, the JS is horribly written last time. I want to rewrite it if I have the time =)