Giter Club home page Giter Club logo

Comments (7)

jjtykkyl avatar jjtykkyl commented on July 24, 2024

This is a feature that should be imlemented using web sockets instead of polling the API every X second. Moreover, it should be implemented on the application's end, not the other way around. The web socket implementation is highly dependent on the application for which reason it cannot be implemented directly to the jquery-comments. However, you can utilize the "createComment" and "deleteComment" functions if you end up implementing the feature to your application.

from jquery-comments.

cooperyuan avatar cooperyuan commented on July 24, 2024

Thanks Joona, but createComment and deleteComment will cause the UI
refresh, what I am looking for is the comment area automatically add new
comment and hide removed comments without refresh, is there any suggestion?

On Mon, Jul 4, 2016 at 6:21 PM, Joona Tykkyläinen [email protected]
wrote:

Closed #53 #53.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#53 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AELnwaJlIaG-LVxjfr_lJ6zSHZjLXUjHks5qSN67gaJpZM4IjGuO
.

from jquery-comments.

jjtykkyl avatar jjtykkyl commented on July 24, 2024

I'm not quite sure what do you mean by the UI refresh as neither delete nor create rebuilds the DOM but only the one specific element is manipulated.

from jquery-comments.

cooperyuan avatar cooperyuan commented on July 24, 2024

Sorry I didn't express clearly, I mean the comment area could automatically
load new comments, the visual effect is a new comment is being inserted at
the top without flashing. :-)

On Wed, Jul 6, 2016 at 4:31 PM, Joona Tykkyläinen [email protected]
wrote:

I'm not quite sure what do you mean by the UI refresh as neither delete
nor create rebuilds the DOM but only the one specific element is
manipulated.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#53 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AELnwcOhswUGD1Lw-yUzq_O60Q3rGoAoks5qS2fIgaJpZM4IjGuO
.

from jquery-comments.

jjtykkyl avatar jjtykkyl commented on July 24, 2024

Still no sure what do you mean by flashing, are you sure you are not reloading the plugin on a addComment or deleteComment callback? If you look at the source (addComment -function) you can see that only the created element is added to DOM without UI refresh.

from jquery-comments.

cooperyuan avatar cooperyuan commented on July 24, 2024

I think you are right, add/deleteComment is perfectly working for me.
Thanks!

On Wed, Jul 13, 2016 at 3:27 PM, Joona Tykkyläinen <[email protected]

wrote:

Still no sure what do you mean by flashing, are you sure you are not
reloading the plugin on a addComment or deleteComment callback? If you look
at the source (addComment -function) you can see that only the created
element is added to DOM without UI refresh.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#53 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AELnwZhz10HGEBKxcC9Gp51FVfGI3yazks5qVJN1gaJpZM4IjGuO
.

from jquery-comments.

jvosloo avatar jvosloo commented on July 24, 2024

Hi. I have successfully implemented calls to createComment and removeComment to programatically update the comments widget. What I'm having trouble with is updated comments.... as calling the putComment method doesn't seem like a viable option. Any ideas?

from jquery-comments.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.