⟩ Explain the paremeter of Jquery ajax method?
★ url
★ type
★ data
★ cache
★ beforeSend(xhr)
★ url
★ type
★ data
★ cache
★ beforeSend(xhr)
Explain why there are two different version of jQuery library?
Can you please explain the difference between prop and attr?
Explain .delegate()?
Can you please explain the difference between body onload() and document.ready() function?
Can you please explain the difference between .js and .min.js?
IS it possible to use our own specific character in the place of $ sign in jQuery?
Explain jQuery.noConflict?
Explain the basic need to start with jQuery?
Tell me can we have multiple document.ready() function on the same page?
Tell me what does dollar sign ($) means in jQuery?