开发者

Need to Find A JQuery solution similar to app for Ipad [closed]

开发者 https://www.devze.com 2023-04-12 01:36 出处:网络
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po
Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 8 years ago.

Improve this question

I had a meeting with our president this morning who was wanting to have our team page function similar to the following app for her Ipad: http://itunes.apple.com/us/app/appstream-for-ipad/id375288393?mt=8

There is a lot of movement and I am not sure where to really begin. In our case开发者_如何学Go the thumbnails would be pictures of our people and when you clicked the photo a pop up box with description and contact information would be available for the user. I am wondering if anyone has seen a JQuery plugin I could use to simulate this affect or something else I could build on.

Any help would be greatly appreciated.


For anyone that is interested, here is what I wound up doing.

I used a JQuery plugin called "quicksand" for the animation part of it, then set up some an AJAX request on a timer to call a php page with a list of all employees in random order. Give a similar effect to what we were looking for, thanks for all the help.


One way i could think is to just have the thubnail images and then load the appropriate profiles in a fancy box

http://fancybox.net/

Or do it all manually, by having a hidden, absolute positioned Overlay and then present it on click

0

精彩评论

暂无评论...
验证码 换一张
取 消