Skip to content

Takes advantage of the native node linkedList properties of DOM, to act as an array linkedList

Notifications You must be signed in to change notification settings

pic-o/divLinkedList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

jsClass

Provides a linked list wrapper to the inbuilt linked list property of "div's" / DOM nodes

For more details see my blog : [http://pic-o.com/blog/2011/12/divlinkedlist/]

Usage

Just include it inside your html/php file, before any other .js file. [It has dependencies on my other 2 repo]

`<script type="text/javascript" src="jsCompatible.js"></script>`
`<script type="text/javascript" src="jsClass.js"></script>`
`<script type="text/javascript" src="divLinkedList.js"></script>`

License?

author:

picoCreator AKA Eugene Cheah

email:

pico.creator{at}gmail.com

website:

www.pic-o.com/blog

copyright:

cc by (CreativeCommons Attribution licenses) [http://creativecommons.org/licenses/by/3.0/]

cc notes:

  • Crediting me (Eugene Cheah AKA picoCreator) is required for derivatives of this work, UNLESS...
  • An exception is given for using this on a live website, (eg, using this for your blog in the background) in which crediting every single source file directly may be impractical (even for commercial sites). However this exception is only given if you drop me an email, with the link to deployment.
  • This exception however does not hold in any source release of which this code is used (Its stated in the cc license btw), hence credit should be given in this case.
  • These license requirments would be applied to all forks / merges / derivatives, of this work.

additional notes:

I may update to add an additional open source licenses in the future / on requested =)

Remember to drop an email if you are using this for a live site, ty. (for my curiosity, to see where this code goes)

About

Takes advantage of the native node linkedList properties of DOM, to act as an array linkedList

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published