');
} 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: a18
Edit
India Today
23 Mar 2026
Apple may soon upgrade its most affordable iPad with A chip and AI features details here ... .
Edit
The Times of India
22 Mar 2026
The company is expected to launch a refreshed entry-level iPad with an A18 chip in the first half of 2026, Bloomberg's Mark Gurman confirmed in his Power On newsletter on Sunday ... The A18 upgrade ...
Edit
BGR
16 Mar 2026
In a first, Apple has used its flagship mobile processor -- the A18 Pro -- in the newly launched MacBook Neo. Here's how it fares against the M1 chip from 2020 ... .
Edit
Ars Technica
10 Mar 2026
Buying a cheap laptop is easy ... For as little as $200 or $300, you can bring home something new (as in, "new-in-box" not as in, "was released recently") that will power up and boot Windows or ChromeOS.
Edit
NDTV
04 Mar 2026
Apple introduced the MacBook Neo on Wednesday as its new affordable laptop. It features a 13‑inch Liquid Retina display and is powered by the A18 Pro chip, previously seen in the iPhone 16 Pro... .
Edit
Slashdot
04 Mar 2026
Continuing its product launches this week, Apple today announced the "MacBook Neo," an all-new, low-cost Mac featuring the A18 Pro chip ... iPhone chip; the A18 Pro debuted in 2024's iPhone 16 Pro models.
Edit
Interesting Engineering
04 Mar 2026
iPhone chip inside. The MacBook Neo runs on Apple’s A18 Pro chip, the same processor used in the iPhone 16 Pro lineup ... Apple says the A18 Pro still delivers strong everyday performance ... The A18 Pro chip also limits external display support ... .
Edit
The Siasat Daily
04 Mar 2026
Apple has a habit of making things expensive ... No corners cut ... The Neo gets the A18 Pro that powers the iPhone 16 Pro, the most powerful chip Apple has put into a laptop at this price, and not a watered-down processor developed for a budget product ... .
Edit
The Times of India
09 Feb 2026
The phone is tipped to use the A19 chip from the iPhone 17 lineup and add support for MagSafe charging ... Apple is said to be preparing a refreshed entry-level iPad with the A18 chip, which would bring support for Apple Intelligence for the first time.