Tagged Questions
The bbc-glow tag has no wiki summary.
6
votes
4answers
476 views
Marginal browser support by the BBC (and why the BBC they can't use jQuery)
The BBC just released their JavaScript library, Glow. They rolled their own because the major libraries don't adequately support older browsers.
I'm wondering if I should take the time to learn the ...
3
votes
5answers
4k views
What are the Advantages and Disadvantages of JQuery and Glow JavaScript Libraries?
Can anyone give a comparison of JQuery and the BBC's Glow JavaScript libraries?
1
vote
2answers
301 views
drag and drop not working on iPAD
I would like to use sortable HTML tables driven by a Javascript API (e.g., BBC Glow) with the iPAD - however, I cannot drag an otherwise draggable item using the iPAD as the entire page scrolls ...
1
vote
3answers
197 views
How can I reduce page reflows when using JavaScript widgets?
A lot of JavaScript libraries have user interface widgets.
Usually they are created after the page is loaded. The user sees a page re-flow and parts of the page shift around or change appearance.
...
0
votes
1answer
174 views
BBC Glow Sortable: custom animation
I have implemented bbc glow sortable on my site. So, you can drag and drop items on the dashboard....like the bbc site! :)
Just wondering, does anyone know how I can customise the animation?
...