Here's what I did to get things working.
Yep, over at: https://developer.apple.com
| <a href="#" class="scroller" data-section="#about"><span lang="EN">About</span><span lang="ES">Acerca De</span></a> | |
| <script> | |
| $('.set_lang_EN').click(function(){ | |
| $("[lang]").each(function () { | |
| if ($(this).attr("lang") == "EN") | |
| $(this).show(); | |
| else | |
| $(this).hide(); | |
| }); |
| // Model | |
| // OAStack.m | |
| @protocol OAStack | |
| - (void) pushData:(id)data; | |
| - (id) popData; | |
| @optional | |
| - (void) purgeStack; |
Here's what I did to get things working.
Yep, over at: https://developer.apple.com
| Mute these words in your settings here: https://twitter.com/settings/muted_keywords | |
| ActivityTweet | |
| generic_activity_highlights | |
| generic_activity_momentsbreaking | |
| RankedOrganicTweet | |
| suggest_activity | |
| suggest_activity_feed | |
| suggest_activity_highlights | |
| suggest_activity_tweet |