Hey nice plugin, I was looking over the source code and there does not seem to be any inherent dependency on jquery, so I was wondering if it would be possible to just remove the jquery bits and use normal DOM objects for the element interactions and make a KnockoutJS plugin version?
If you don't want to but dont mind me copying and editing your code I would be happy to make it myself :)
So you could do something like:
<p data-bind="text: Description, succinct: 255">blah blah blah</p>
Hey nice plugin, I was looking over the source code and there does not seem to be any inherent dependency on jquery, so I was wondering if it would be possible to just remove the jquery bits and use normal DOM objects for the element interactions and make a KnockoutJS plugin version?
If you don't want to but dont mind me copying and editing your code I would be happy to make it myself :)
So you could do something like:
<p data-bind="text: Description, succinct: 255">blah blah blah</p>