My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
Feedback needed on my JavaScript library - R.js

Feedback needed on my JavaScript library - R.js

Robert van der Elst's photo
Robert van der Elst
·Feb 23, 2016

A little while ago, I posted this here on Hashnode: https://hashnode.com/post/extending-nodelist-cik8f7sur01o57953dgdkjn1v

I've been putting some time into this and managed to make a little library that does some basic jQuery stuff.

It's far from perfect, but it's mainly a learning project anyway.

I think it's cool to see if I can improve it to actually be something that can be used on production level.

Since I'm no Javascript guru, I reckon there's a lot of stuff that can be improved, so I need your constructive feedback on this. :)

Github: https://github.com/robertvanderelst/r.js

Demopage: http://lab.robertvanderelst.nl/r/r.html

p.s. I feel kinda scared showing this to you all, mainly because I'm not that good at Javascript. Sometimes it's good to get outside of my comfortzone and see where it takes me ;)


Update: .find(), .prev(), .next() and .parent() are now on the demopage, added a changelog and disclaimer :)