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

Save time data to element #110

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

smizell
Copy link

@smizell smizell commented Jan 24, 2013

I was needing to use the time data from this plugin for other calculations, and since it had already calculated seconds, hours, days, and years, I exposed that data along with the datetime in element.data('timeago'). I figured this was better since it was not doing all of those calculations over again.

With this, you can access the data like this (example):

element.data('timeago').datetime // Same as usual
element.data('timeago').inWords; // 3 days ago
element.data('timeago').days; // 3

This also updates the tests.

@rmm5t
Copy link
Owner

rmm5t commented Jan 24, 2013

This looks like it breaks the automatic refreshing of fuzzy timestamps values as time passes each minute.

@smizell
Copy link
Author

smizell commented Jan 24, 2013

I believe you're right, as those values are only calculated on the initial creation.

@smizell
Copy link
Author

smizell commented Jan 24, 2013

I thought I had fixed it, but I had not. I was looking at the wrong version. Sorry about the confusion.

I'll continue looking at this, but at this point, it's still broken.

@smizell
Copy link
Author

smizell commented Feb 12, 2013

Just wanted to let you know this is working for us now in case you were interested in it. If not, feel free to close!

Thanks for this awesome plugin! It's been a huge help!

@rmm5t
Copy link
Owner

rmm5t commented Feb 12, 2013

@smizell Oh. So sorry. I missed the extra code commit come through. I'll take a peek as soon as I get a chance. Thanks for the nudge.

@smizell
Copy link
Author

smizell commented Feb 12, 2013

No problem at all. I wasn't really for sure if you got notified when I did a commit, so I wanted to followup in case.

I also corrected a small mistake where I did not use var with a variable. I just noticed it.

Thanks!

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