Explain cdn? : jquery mobile
Answer / Sayyad Musarrat Masood Zaidi
A Content Delivery Network (CDN) is a distributed network of servers that delivers content, such as HTML pages, stylesheets, scripts, images, and videos, to users based on their geographic location. The goal of a CDN is to provide faster content delivery and improve the performance of web applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to programmatically trigger a click event that's being handled by jquery?
Explain the difference between .js and .min.js?
Explain the use of data-role=”page” attribute? : jQuery Mobile
What is the basic requirement to start with the jquery?
How do you stop the currently-running animation?
What is the use of jquery .each() function?
What is the difference between jQuery and jQuery UI?
What is the use of queue() in jquery?
Whether jQuery HTML work for both HTML and XML documents?
What is the difference between onload() and document.ready()?
What is $('div')? : jquery mobile
How do you get the text value of a selected option?