Does anyone know what ESPN mobile is using for their interaction, jquery?
It looks like they are using CSS3 for browsers that support it, as it downgrades for unsupported browsers to basic colors and non-rounded corners.
Does anyone know what ESPN mobile is using for their interaction, jquery?
It looks like they are using CSS3 for browsers that support it, as it downgrades for unsupported browsers to basic colors and non-rounded corners.
On their "normal" website they do use jQuery. But not on the "mobile" site. It is mostly Flash. Just look at the page-source when you are on the page.
The markup for the ESPN Mobile site depends on the device. When browsing using an IPhone, I see two small JavaScript references related to pop-ups. No JQuery.
http://static.mobile.espn.go.com/wireless/js/main.r3.js
http://static.mobile.espn.go.com/wireless/js/popup.class.js
Other devices may get a different result, for example, the Blackberry site is simpler and has no JavaScript.