live scores

More
13 years 5 months ago #9831 by RedDevilsSoccer
live scores was created by RedDevilsSoccer
i like the live scores feature, but i would like to remove the last tab for online betting. i realized that live scores is made by another company, but does anyone know if there anyway i can do this?

Please Log in to join the conversation.

More
13 years 5 months ago #9838 by ivan.milic
Replied by ivan.milic on topic Re: live scores
That is hosted in iframe , so only way you can alter it is using script after content loads. Something like this:




jQuery('#IFRAME_ID')[0].onload = function () {
jQuery('#IFRAME_ID').contents().find('#TAB_BUTTON_ID').hide();
};


where #IFRAME_ID and #TAB_BUTTON_ID should be replaced with real jQuery selectors.

Please Log in to join the conversation.

Time to create page: 0.129 seconds
Powered by Kunena Forum