Links tagged “dom”
5 links, newest first.
listjs.com
<div id="users"> <input class="search" placeholder="Search" /> <button class="sort" data-sort="name"> Sort </button> <ul class="list"></ul> </div> var options = { valueNames: [ 'name', 'born' ], item: '<li><h3 class="name"></h3><p class="born"></p></li>' }; var values = [ { name: 'Jonny Strömberg',…
ejohn.org
Our day has finally come.
quirksmode.org
Event properties See section 7E and 7F of the book.
ejohn.org
This is the project page for my entry into the addEvent() recoding contest.




