I would like to know if you could tell me if there is a jQuery Plugin exactly like: http://www.bbc.co.uk/ 's "Discovery Zone".

Would be helpful if you have some ideas.

To be on the same page: I am talking about this area: http://imgur.com/sWpmw

Thank you very much in advance.

link|improve this question

1  
Just for information, the BBC don't use jQuery. They made their own javascript library called Glow (which is now open source) for a host of reasons to do with dependability etc as it's a publicly funded organisation. bbc.co.uk/glow – Rory McCrossan Dec 5 '11 at 11:24
@RoryMcCrossan they do use jQuery - they load 1.6.2 on the homepage .... (granted not for the slider ...) – ManseUK Dec 5 '11 at 11:36
So they do. I assume that appeared when their new layout went live a couple of weeks ago. The previous version definately never had it. I guess they realised it was a little silly not to use jQuery and how much work would be involved in making Glow consistent with all current and future browsers. – Rory McCrossan Dec 5 '11 at 11:38
I think that the requirement to support a browser that jQuery didn't support was dropped (due to its falling market share) so jQuery became viable under the rules they have to operate under. I wasn't paying too much attention at the time since my project needed to support all sorts of embedded browsers which just about every library fails horribly on. – Quentin Dec 5 '11 at 11:53
feedback

closed as off topic by Oded, ManseUK, Alec Smart, Shawn Chin, Matt Dec 5 '11 at 11:36

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

2 Answers

up vote 1 down vote accepted

According to the source, it's http://www.bbc.co.uk/glow/docs/1.7/furtherinfo/widgets/carousel/ which is a part of the Glow library.

It does look like they used http://static.bbc.co.uk/frameworks/jcarousel/0.1.6/modules/jcarousel-1.js (homepage: http://sorgalla.com/jcarousel/ ) before, or maybe use it for other stuff.

link|improve this answer
feedback

I saw a news a while ago about BBC having it's own JS library Glow - is available under the Apache Licence.

link|improve this answer
Thanks Elzo, I found that one as well, but there is not a ready to go solution such as their discovery zone. If i had to write it in my own with glow Id rather prefer jquery than. But I dont want to write it on my own in the best case : ) – Richard Dec 5 '11 at 11:25
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.