User interaction on shopping websites have been the same since the stone age - OK, maybe the 80's.
alkemis + etsy has a newer approach using (very) dynamic layouts.
The overall look is clean, click response is energetic.
Scrolling down a page and constant pageloads and are a thing of the past.

- arbor.js a graph visualization library
- jQuery
- a little canvas
Funny thing is, with this seemingly complex display, there is very little html and css, and not a whole lot of app js either.
5.10.13 fix: should work on all major browsers
can i get this page's source code?
ReplyDeleteThis comment has been removed by the author.
DeleteNot going to do your homework for you.
DeleteThere's not a lot of code and its not that special.
The 'magic' comes from arbor.js, you might want to look at http://arborjs.org/, good documentation too.
I'm developing a web page using arbor.js
DeleteI was curious about your page's interaction.
Now My page have click event problem.
So I asked you.
I'm sorry to bother you.
Thanks for answer.
Events are using very standard jQuery -
DeleteI'd recommend using .delegate(), or its newer equivalent, .on()
so you only have to assign the event once
Thanks Chester Kwok. I have many helps
Delete