');
} else {
var query = elem.find('.keywords').html();
$.ajax({
context: elem,
url: 'https://wn.com/api/upge/cheetah-search-adv/video',
cache: true,
data: {
'query': query
},
dataType: 'jsonp',
success: function(text) {
if (text.length > 0) {
video_id = text[0].id;
elem.find('.player').html('
');
}
}
});
}
}
var stopAllYouTubeVideos = function() {
var iframes = document.querySelectorAll('iframe');
Array.prototype.forEach.call(iframes, function(iframe) {
iframe.contentWindow.postMessage(JSON.stringify({ event: 'command', func: 'pauseVideo' }), '*');
});
}
jQuery(function() {
jQuery(".playVideo").live("click", function() {
if(!$(this).hasClass("played")){
stopAllYouTubeVideos();
var elem = $(this);
setTimeout(function(){
mouseOverMe(elem);
}, 1000);
}
});
jQuery(".description_box .expandContent").live("click", function() {
elem = $(this).parent().parent().parent().find('.descContent');
if(elem.height() > 51) {
elem.css('height', '44px');
$(this).html('Show More
');
}else{
elem.css('height', 'auto');
$(this).html('Hide
');
}
});
jQuery('.interview-play-off').click(function() {
$(".interview-play-off").hide();
$(".interview-play").show();
$(".videoplayer-control-pause").click();
});
jQuery(".video-desc .show_author_videos").live("click", function() {
query = $(this).attr('title');
container = $(this).parent().parent().parent().find('.video-author-thumbs');
$(this).parent().parent().parent().find('.video-author-thumbs').css('height', '220px');
jQuery.ajax({
url: '/api/upge/cheetah-photo-search/videoresults',
data: {'query': query},
success: function(text) {
if(!text) { text = i18n("No results"); }
container.html(jQuery(text));
}
});
});
});
// -->
Latest News for: Apple
Edit
CNET
27 Mar 2026
As Apple continues reimagining Siri for today's AI landscape, a Bloomberg report says it may be trying to include every chatbot on one platform ... .
Edit
CNET
27 Mar 2026
Its counterproductive lack of upgradability will no longer grate on workstation buyers ... .
Edit
Slashdot
27 Mar 2026
Apple has discontinued the Mac Pro and says it has no plans for future models. "The 'buy' page on Apple's website for the Mac Pro now redirects to ...
Edit
GetNews
27 Mar 2026
NEW YORK, NY - The upcoming episode of Now We Know! with Steve Guttenberg, airing March 28 at 11a ET on CNBC will feature Apple Bank, a financial institution with deep roots in community banking and customer-focused service.
Edit
Live Mint
26 Mar 2026
Apple's partnership with Google allows it to ‘distill’ Gemini model to create smaller models to run AI features on device on iPhones. Apple had earlier this year announced its partnership with Google to power Siri and run other AI features ....