Tagged Questions

4
votes
5answers
12k views

Apple Cover-flow effect using jQuery or other library?

Does anyone know how to achieve the cover-flow effect using JS to scroll through a bunch of images. I'm not talking about the 3d rotating itunes cover-art, but the effect that hap …
0
votes
1answer
16 views

Are transactions possible with HTML5 Storage in Safari

Instead of doing an each loop on a JSON file containing a list of SQL statments and passing them one at a time, is it possible with Safari client side storage to simply wrap the da …
0
votes
1answer
33 views

TreeView control - Is it possible to collapse w/o a postback?

Everything i found online so far is very confusing about TreeView. I know it has a built-in callback, that developer can populate nodes from server on demand, etc etc. I understan …
0
votes
1answer
302 views

how to truncate HTML encoded text without truncating encoded characters using javascript

I need to write some client-side javascript for a webpage that will truncate the text inside a div, when the onclick event for a button is fired (the purpose of the button is so th …